.schedule-day-title {
	font-family: Garamond, 'Times New Roman', serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #1a1a1a;
	margin-bottom: 10px;
}

.schedule-table {
	width: 100%;
	border-collapse: collapse;
	font-family: Garamond, 'Times New Roman', serif;
	font-size: 17px;
	border: 1px solid #999;
}

.schedule-table td,
.schedule-table th {
	border: 1px solid #aaa;
	padding: 7px 10px;
	vertical-align: middle;
}

/* Venue row */
.sc-venue {
	background-color: #4a7a9b;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 17px;
}

/* Column headers: Time / Session / Speaker */
.schedule-table thead th {
	background-color: #6b7426;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.sc-col-time    { width: 18%; }
.sc-col-speaker { width: 82%; }

/* Reporting time row */
.sc-report {
	text-align: center;
	font-weight: bold;
	background-color: #f5f5f0;
	color: #333;
}

/* Time cells */
.sc-time {
	background-color: #1d4a5e;
	color: #fff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

/* Speaker content cell */
.sc-speaker {
	background-color: #fff;
	color: #1a1a1a;
	line-height: 1.5;
}

.sc-speaker em {
	color: #444;
	font-style: normal;
}

/* Special full-width rows */
.sc-special {
	text-align: center;
	font-weight: bold;
	color: #fff;
}

.sc-green {
	background-color: #2d7a3a;
}

.sc-amber {
	background-color: #b97820;
}
