table.schedule {
	width: 100%;
	max-width: 100%;
	border: 0;
	border-collapse: collapse;
	background-color: white;
	font-family: serif;
	font-size: 80%;
	line-height: 1.1em;
	color: #333;
	text-align: center;
}

table.schedule td, table.schedule th {
	padding: 10px;
}

table.schedule>thead th {
	font-family: sans-serif;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #7e7e7e;
}

table.schedule tr {
	position: relative;
	border-bottom: 1px solid white;
}

table.schedule tr:last-child {
	border-bottom: 0px;
}

table.schedule tr:nth-child(even) {
	background-color: #dad8d3;
}
