body{
	font-family: 'Asap', sans-serif;
}
.page{
	width:67em;
	margin:3em auto;
}
.razmak_lijevo{
	margin-left:50px;
}
.colons, .redak{
	display:flex;
	justify-content:space-between; 
}
.stupac, .redak input, .redak textarea{
	width:30%;
	vertical-align:top;
}
.stupac a, .stupac a:visited, .pregled a, .pregled a:visited{
	color:#afafaf;
	text-decoration:none;
	display:block;
	width:100%;
}
#date, #od, #do{
	max-width:130px;
}
#opis{
	width:950px;
}
.stupac a:hover, .pregled a:hover{
	color:#545454;
}
#unos input{
	
	border:#f0f0f0 1px solid;
/*	font-size:1.5em;*/
	height:1.5em;
	-moz-appearance:textfield;
}
#odh, #doh, #odm, #dom{
	width:20px;
}	
#odh, #doh{
	text-align:right;
}
	
.bigfont{
	font-size:1.5em;
	line-height:2em
}
.stupac p{
	display:flex;
}
.gumb{
	display:block;
	padding:1em;
	border:#545454 1px solid;
	border-radius:5px;
	margin-bottom:2em;
}
.active{
	border-bottom:#333 1px solid;
	color:#333 !important;
}
a.editgumb{
	width:1em;
	position:relative;
	margin-right:0;
	display:inline-block;
	opacity:.5;
}
a.editgumb img{
width:1em;
}	
a.editgumb:hover{
opacity:1;
}

th, td{
border-bottom:#5080FF 1px solid;
margin:0;
padding:10px 15px 10px 5px;
}	