@charset "utf-8";
.schedule table {
	border-collapse: collapse;
	font-size: 11px;
}
.schedule table, th, td {
	border: 1px dotted black;
}
.schedule th, td {
	text-align: center;
	padding: 0.4em;
}
.schedule th {
	background-color: #444;
	color: white;
	width: 85px;
}
.schedule td {
	height: auto;
	vertical-align: center;
	background-color: #C96;
	color: #111;
}
.schedule tr.alt td {
	background-color: #C60;
	color: #111;
}
#schedule p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2B0000;
}
