﻿

.oglas {
	list-style: none;
	margin:0;
	padding:0;
	text-align: center;
}
.oglas>li {
	display: block;
}
.okvir {
	margin-bottom: 30px;
	/* border: solid black 1px; */
	background-color: #C6C6C6;
	color : black;
	font-style: bold;
	border-radius: 10px;
	border: white;
	border-style:solid;
}

.autonjet{
    width: 100%;
    height: 1000px;
}
.img-portfolio{
	border: white;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
	margin-bottom: 15px;
	margin-left: 10%;
	width: 80%;
	margin-top:5px;
}

.naziv {
	background-color: gray;
	color: white;
	font-weight: bold;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	height: 60px;
	padding:2px;
	
}
.cena {
	font-weight: bold;
	font-size: 20px;
}

.desc {
	font-size: 10px;
	font-weight:normal;
	height:75px;
}

.naziv_dostava {
	background-color: gray ;
	color: white ;
	font-weight: bold ;
	border-top-right-radius: 10px ;
	border-top-left-radius: 10px ;
	height: 60px ;
	padding:2px ;
	font-size: 14px;
}
