.title-section {
    padding: 10px 0 0;
    text-align: center;
}
.Schedule td, .Schedule th {
	border-style:solid;
	border-width:1px;
}
.Schedule li {
	display:block;
}
.Schedule a,
.Schedule a:visited {
    color: #217db0;
	font-weight: bold;
	text-decoration: underline;
}
.Schedule a:hover {
	color: #dd2200;
    text-decoration: underline;
}
table.Schedule {
	border-style:none;
	border-width:0px;
	border-collapse:collapse;
}
.Schedule td.Other {
	background-color:#ffffff;
	padding:4px;
	text-align: center;
	vertical-align:top;
}
.Schedule td.Date {
    padding: 25px 5px 5px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    font-size: 24px;
}
.Schedule td.Special {
	background-color:#fdc578;
	padding:4px;
}
.Schedule td.Break {
	background-color:#fffcd5;
	padding:4px;
}
.Schedule td.Room {
	background-color:#b1ded3;
	padding:3px;
}
.Schedule p.schedtxt-dates {
	color:#000000;
	font-style:normal;
	font-weight:bold;
	line-height:1.2;
	margin:0px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}
.Schedule p.Schedtxt-bold {
	-epub-hyphens:none;
	color:#000000;
	font-style:normal;
	font-variant:normal;
	font-weight:600;
	line-height:1.2;
	margin:0px;
	text-align:center;
	text-decoration:none;
}
.Schedule span.SchedSpkr {
	font-style:normal;
	font-weight:normal;
    line-height: 2;
}
.Schedule span.Room {
	font-style:italic;
	font-weight:normal;
}
.Schedule span.BREAK {
	text-transform:uppercase;
}