@charset "UTF-8";

#timetable {
	margin: 0px auto;
	height: auto;
	width: 500px;
}
.day-purple {
	font-size: 0.95em;
	font-weight: bold;
	text-align: right;
	border-bottom: 1px solid #9C1E8B;
}
/* CSS Document */

/*
.table-header {
	font: bold 0.95em Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 5px;
}
*/
.timing-points {
	text-align: center;
	padding: 5px;
}

/*td {
	font: normal 0.95em Arial, Helvetica, sans-serif;
	padding: 5px;
	text-align: center;
}*/

.purple {
	background: #EEE7F2;
}

.day-blue {
	font-size: 0.95em;
	font-weight: bold;
	text-align: right;
	border-bottom: 1px solid #1A63B2;
	margin-top: 10px;
}

.blue {
	background: #D2E6F3;
}

#timetable-wide {
	margin: 0px auto;
	height: auto;
}

#timetable-extrawide {
	margin: 0px auto;
	height: auto;
	width: 600px;
}

.day-yellow {
	font-size: 0.95em;
	font-weight: bold;
	text-align: right;
	border-bottom: 1px solid #FBCA44;
	margin-top: 10px;
}

.yellow {
	background: #FEF2CA;
}

.red {
	background: #F9D9D7;
}

.day-red {
	font-size: 0.95em;
	font-weight: bold;
	text-align: right;
	border-bottom: 1px solid #E21D22;
	margin-top: 10px;
}

.times{
	text-align:center;	
}

td.route{
	width:20%;
}

td.am-pm{
	width:8%;
}

td.route-2{
	width:32%;
}

td.am-pm-2{
	width:16%;
}

td.stop{
	
}

table.connections-diversions td{padding-left:8px;}

th.tt-header{
	font-size: 0.95em;
	font-weight: bold;
	text-align: right;
	border-bottom: 1px solid #1A63B2;
	margin-top: 10px;
}

table.table-red td{
	text-align:center;	
}