.naziv-usluge {
	color: #3992B2;
	font-weight: bold;
	text-align: left;
	float:left;
}
.naziv-usluge-popusti { 
	color: #C0504D;
	font-weight: bold;
	text-align: left;
	float:left;
}
.cijena-usluge {
	color: #595959;
	text-align: right;
	float:right;
}

.opis-usluge { clear:both; }
.opis-usluge li {
	color: #595959;
	list-style-type: square;
}
.opis-usluge .cijena { float:right; }

.opis-usluge-vozila { 
	clear:both; 
	padding:0px; 
	margin-bottom:15px;
}

.opis-usluge-vozila li {
	list-style: none;
	width:50%;
	float: left;
    display: inline;
	padding: 5px;
}
.opis-usluge-vozila img { width:100%; }
.opis-usluge-vozila .cijena {
	width: 100%;
    display: block;
    margin-top: 10px;
    border-top: 1px solid #ddd;;

}
.napomena { 
	color: #595959; 
	font-size: 14px;
}
.alert { 
	color: #C0504D;
	font-weight: bold;
}

@media only screen and (min-device-width : 120px) and (max-device-width : 480px) {
/* Styles */
.opis-usluge-vozila li { width:100%; }
.cijena-usluge { 
	float:left;
	text-align: left;
	display: block;
	width:100%;
    border-top: 1px solid #ddd; 
}

}