<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.okvir {
margin-left: auto;
margin-right: auto;
margin-top: 20px;
/*width: 700px;*/
}

.slike {
width: 220px;
border: 1px solid lightgray; 
}

.polje {
font: 12px Arial,Helvetica,sans-serif;
/*margin: 10px 5px 10px 5px;*/
margin-bottom: 20px;
/*float: left;*/
/*width: 220px;*/
width: 33%;
display: inline-block;
text-align: center;
}

.polje div {
/*text-align: left;*/
}

.link {
color: black;
text-decoration: none;
}

.link:hover{
text-decoration: underline;
}

#naslov {
color: #000000;
font: 24px Arial,Helvetica,sans-serif;
padding: 0 0 15px 20px;
text-transform: uppercase;
}

#podnaslov
{
color: #000000;
font: 18px Arial,Helvetica,sans-serif;
padding: 0 0 15px;
text-transform: uppercase;
}

.guides_linkovi {
color: #00A8FF !important;
text-decoration: none;
line-height: 28px !important;
font: 12px Arial,Helvetica,sans-serif;
}

.guides_linkovi:hover{
text-decoration: underline;
}

.reparationList {
padding-left: 20px;
float: left;
width: 60%;
}

.reparationImage {
float: left;
width: 30%;
}


@media only screen and (max-width: 768px) {
		.polje {
		width: 50%;
		}
}

@media only screen and (max-width: 500px) {
		.polje {
		width: 100%;
		}
}</pre></body></html>