/****** PLACE YOUR CUSTOM STYLES HERE ******/

div.disponibile {
	padding:3px;
	color:white;
	background-color:green;
	width:40%;
}

div.surichiesta {
	padding:3px;
	color:white;
	background-color:orange;
	width:40%;
}

div.venduto {
	padding:3px;
	color:white;
	background-color:red;
	width:40%;
}


span.offerta {
	color:red;
	font-size:12px;
    bottom: 10px;
    position: relative;	
}

span.offerta-big {
	color:red;
	font-size:16px;
	font-weight:bold;
    bottom: 11px;
    position: relative;	
	text-transform: uppercase;
}