.schedule th {
	padding: 5px 0 5px 0;
	background: #EFEFEF;
	text-align: left;
	
}

.schedule td {
	vertical-align: top;
	line-height: 20px;
}

.lastrow td {
	padding-bottom: 5px;
}

.firstrow td {
	padding-top: 5px;
}

.highlight td {
	background: #EFF7FF;
}


