table#bus_services tr td:first-child, table#bus_services tr td:nth-child(2) {
	font-weight:bold;
}

@media only screen and (max-width: 540px) {
	table#bus_services {
		font-size:10pt;
		line-height: 1.3em;
	}
	
	table#bus_services thead th, table#bus_services tr td {
		padding: 4px 9px;
	}
	
}