table {
	table-layout: fixed;
	border-collapse: collapse;
	font-family: helvetica;
}

.schedule {
	display: inline-block;
	margin-bottom: 0px;
}
/*
.papers_schedule {
	position: absolute;
	top: 290px;
	left: 600px;
	display: inline-block;
	border: 1px solid red;
	width: 280px;
	height: 550px;
	font-size: 12px;
}

.papers_schedule_col2 {
	position: absolute;
	top: 290px;
	left: 920px;
	display: inline-block;
	border: 1px solid red;
	width: 280px;
	height: 550px;
	font-size: 12px;
}*/

.schedule tr td {
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.schedule tr td {
	border: 1px solid black;
}

.schedule td {
}

.first_row {
	font-size: 18px;
	background-color: black;
	color: white;
 }

.table_data {
 font-size: 12px;
}

#time_noshow {
	background: #F8F8F8;
	border: 0px;
}

#italic {
	font-style: italic;
}

#day {
	width: 170px;
}