hr {
	clear: both;
}

th {background:#E6EBF9;}



/* ---------------------------------------------- boxes  */
.box {
	background: #EDF5E9;
	margin: 10px auto;
	position: relative;
	padding:5px;
	-webkit-border-radius: 10px;
	border-radius: 10px;	
	clear:both;
	-webkit-box-shadow: 0px 5px 3px 0px #ccc;
	box-shadow: 0px 5px 3px 0px #ccc; 
}

.prezzo {
	font-size:2em;
	color:#009859;  
}