.aggornamento{
	text-align: right;
}
.tipologia{
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	margin: 3px;
	padding: 10px;
}
.voci{
	margin: 2px;
	padding: 2px;
	font-weight: bold;
	color: #2F6F0F;
	background-color: #ccc;
}
.tabella_gare{
	border: 1px solid #000000;
}
.voci_elencate{
	margin: 2px;
	padding: 2px;
	height: 20px;
}
.voci_elencate_agg{
	margin: 2px;
	padding: 2px;
	height: 20px;
	border: 1px dotted #ddd;
}

.tabella_gare .note{
	background-color: #eee;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999;
}
.tabella_gare .divisore{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #111;
}
.tabella_gare .last_divisore{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #111;
}

