		.center {
			text-align: center;
		}
		.vsebina {
			text-align:center;
		}
		.naslov {
			margin-top:10px;
		}
		.razmak_med_tipkama {
			width:100%;
			height:100px;
		}
		.footer {
			position: fixed;
			bottom:0px;
			width:100%;
			height:30px;
			font-size: 10px;
			color:white;
			text-align: center;
			background-color:#343a40;
		}
		#pregled_vsebine,#nastavitve_racuna {
			display:none;
		}
		.odmik_od_footerja {
			width:100%;
			height:40px;
		}
		.obvestila {
			display:none;
			position: fixed;
			top: 20%;
			left: 50%;
			background: white;
			border: 1px solid black;
			margin: 10px;
			padding: 10px;
			border-radius: 10px;
			width: 150px;
			text-align: center;
		}
		.registracijaA,.googleA {
			display:none;
		}
		.prijavaA {
			margin-top:20px;
		}
		#registracija:hover,#googleP:hover {
			color:red;
			cursor: pointer;
		}
		.tabelaPravic >tbody > tr > td {
			padding:2px;
		}
		.tabelaPravic >thead > tr > th, .tabelaPravic >tbody > tr > td {
			border:1px solid black;
			border-radius:2px;
		}
		.tabelaPravic > thead >tr >th {
			/*font-family:AileronsSLO;*/
			font-size:17px;
			/*padding:2px;*/
/*			padding-right:28px;
			padding-left:28px;*/
		}
		.tabelaPravic >tbody > tr:nth-child(odd) {
			background-color:#343a40;
			color:white;
		}
		.tabelaPravic >tbody >tr.izkupicek{
			background-color:darkred;
			color:white;
		}
		.ponastaviG {
			display:none;
		}
			/* prikaz gesel */
		.oko .tooltipText {
			visibility: hidden;
			opacity:0;
			position:absolute;
			width: 120px;
			background-color:#343a40;
			color:white;
			font-size:14px;
			padding:5px 0;
			border-radius: 5px;
		}
		.oko:hover .tooltipText {
			visibility: visible;
			opacity:1;

		}
		.loader {
		    text-align: center;
		    position: fixed;
		    left: 43%;
		    top: 50%;
		    display: none;
		}
    th:empty {
      display: none !important;
    }

    td:empty {
      display: none !important;
    }
@media only screen and (min-width: 320px) and (max-width: 599px) {
	.odmik_vsebine_telefon {
		width:100%;
		height: 20px;
		margin-top:80px;
	}
	.razmak_med_tipkama {
		width:100%;
		height:200px;
	}
	.oko .tooltipText {
		visibility: hidden;
		opacity:0;
		position:absolute;
		width: 120px;
		background-color:#343a40;
		color:white;
		font-size:14px;
		padding:5px 0;
		border-radius: 5px;
		left: 281px;
		top: 152px;
	}
}