@charset "utf-8";

table{
	border-collapse:collapse;
	margin-bottom:10px;
	}
.busstop{
	background-color:#ccffff;
	color:#003399;
	font-weight:bold;
	}
	
#times table{
	margin-bottom:0px;
	}

#times th{
	background-color:#FFFF99;
	border:solid 1px #000000;
	text-align:center;
	}

#times td{
	border:1px solid #000000;
	text-align:center;
	padding:0px 5px;
	line-height:140%;
	}

#times td td{
	border-style:none;
	line-height:110%;
	width:25px;
	}

