/*IE6 will ignore these*/
@import 'screen.css' screen;
@import 'print.css' print;
@import 'mobile.css' mobile;


table ol li
{
	float: left;
	width:3em;
}

table td,
table tr.hour th
{
	padding: 0 1em;
}

table tr.hour th
{
	width: 1em;
	border-right: 1px solid black;
}