.tableWrapper {
	width: 380px;	
	position: relative;
	
	
}
.tableWrapper table tr .stationTitle {
	font-size: 0.8em;
	text-align: left;
}
.tableWrapper table .stationTitleWrapper {
	background-color: #84C9EA;
	color: #2F0000;
	font-family: Verdana, Geneva, sans-serif;
}

.tableWrapper table tr .schedulesTime {
	font-size: 0.8em;
	width: 2px;
	background-color: #D6D6D6;
}
.routeData {
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;

}
.routeTitle {
	font-size: 2em;
	padding: 0;
}
.tableWrapper .amPmBar {
	width: 30px;
	vertical-align: bottom;

}
.amPmBarTop  {
	float: left;
	z-index: 30;
	position: absolute;
}
.tableWrapper .amPmBarBottom {
	float: left;
	position: absolute;


}
.tableWrapper .tableData {
	vertical-align: bottom;
}

