table {
	width:100%;
	border-collapse: collapse;
	border: 1px solid #99bbd1;
	margin-top: -3px;
	font-size: 94%;
}

.barrato {
	text-decoration: line-through;
}

td {
	border-bottom: 1px solid #99bbd1;
	padding: 2px;
	text-align: center;
	border-left: 1px solid #99bbd1;
	height:20px;
}

div.titoloTab {
	margin-top: 20px;
}

.prezzo {
	width: 25%;
	font-size: 103%;
	font-weight: bold;
}

.grassetto {
	text-transform: uppercase;
}

.giallo {
	color: #ffcc00;
}

td.indispensabile {
	background-color:#99BBD1;
	border-bottom-color:#76A3C1;
	color:#3276A3;
}
td.utile {
	background-color:#76A3C1
}
td.sconsigliato {
	background-color:#538CB2
}
