.tram_cast {
	color: #000000;
	padding-bottom: 10px;
	line-height: 20px;
}
.tram_cast .tram_heading {
	color: #666666;
	font-size: 18px;
}
.tram_cast .tram_subheading {
	color: #666666;
}
.tram_timetable {
	border-collapse: collapse;
	border-left: 1px solid #008E45;
	margin-bottom: 40px;
	width: 600px;
}
.tram_timetable td {
	padding: 3px;
	line-height: 30px;
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}
.tram_timetable td.col1 {
	width: 250px;
	text-align: left;
	padding-left: 10px;
}
.tram_timetable .tram_tb_headingtop {
	color: #000000;
	font-weight: bold;
}
.tram_timetable .tram_tb_heading {
	color: #008E45;
	font-weight: bold;
	border-bottom: 1px solid #008E45;
	vertical-align: bottom;
}
.tram_timetable .tram_tb_seperator {
	line-height: 20px;
}