/* schedule css */
table {
	margin-left: 10px;
}
thead tr th {
	color: #646464;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	font-size: .75em;
}

table tbody td {
	text-align: left;
}

	/* list style */
.time, .sectionTime {
	width: 3em;
}
.event, .sectionEvent {
	width: 50%;
}
.ongoingevent {
	width: 53%;
}
.venue {
	width: 25%;
	white-space: nowrap;
}
.section {
	width: 25%;
}

.sectionVenue {
	width: 50%;
	white-space: nowrap;
}
	
.odd {
 	/*background: #b6d6eb;*/
}
.even {
	/*background: white;*/
}

#day {
	margin-bottom: 20px;
}

