table.okvir{
	margin:20px auto; 
	text-align:left; 
	border: solid 1px;
	border-color: rgb(38,34,81);
}

table.okvir-notcenter{
	margin-top:20px; 
	margin-bottom: 20px;
	text-align:left; 
	border: solid 1px;
	border-color: rgb(38,34,81);
	white-space: nowrap;
	width: 100%;
}


table.podaci{
	white-space: nowrap;
	width: 100%;
}

span.naslov{
	color: White;
	font-weight: bold;
	padding: 10px;
}

td.naslov{
	background-color: rgb(38,34,81);
	height: 25px;
}

td.fifty{
	width: 50%;
}

td.podaci{
	padding-right: 20px;
}

td.big{
	padding: 10px;
}

div.scroll-small{
	margin-top: 10px;
	margin-bottom: 10px; 
	overflow: auto; 
	height: 150px; 
	text-align: justify;
}

div.scroll-big{
	margin-top: 10px; 
	margin-bottom: 10px;  
	overflow: auto; 
	height: 300px; 
	width: 600px;
	text-align: justify;
}

table.check{
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	font-weight: bold;
}

span.greska{
	color: Red;
	font-weight: bold;
}