table#schedule {
	font-size: 12px;
	line-height: 1.4em; 
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
	empty-cells: show;
}
	table#schedule .time {
		width: 6em;
	}
	table#schedule thead {
		background: #FFF;
		text-align: left ! important;
	}
	table#schedule th, 
	table#schedule td {
		vertical-align: top;
		border-top: 1px solid #DDD;
		padding: 4px 6px;
		text-align: left;
	}	
	table#schedule tr.tba { color: #777 ! important; }
	table#schedule .even { background: #F2F2F2; }
	table#schedule p {
		margin: .5em 0 0;
	}
	table#schedule ul {
		margin: 0 ! important;
		padding: 0 ! important;
		list-style: none;
	}
		table#schedule ul li {
			margin: 0 0 .5em ! important;
			padding: 0 ! important;
		}
	table#schedule a, table#schedule b, table#schedule .name {
		font-weight: bold;
		display: block;
	}
	table#schedule h2, 
	table#schedule h3, 
	table#schedule h4,
	table#schedule p {
		font-size: 1em;
		line-height: 1.5em;
		margin: 0 !important;
		padding: 0 !important;
	}
		table#schedule h3 {
			text-transform: uppercase; 
		}
