#central{
	clear: both;
	float: left;
}

#horari{
	width: 42em;
	/*margin: 0.5em;*/
	text-align: center;
	empty-cells: show;
	border: 1px solid #333333;
	border-collapse: collapse;
}

#horari th{
	border: 1px solid #333333;
	font-size: 1em;
	color: #B81007;
}

#hora{
	width: 5em;
}

#prova{
	width: 20em;
}

#categoria{
	width: 15em;
}

#horari td{
     padding-right:2em;
     text-align: left;
	 border:1px solid black;
   }

#notaspie{
	font-style: italic;
	line-height: 0.5em;
}



