.normal {
	font-weight: normal;
}

.leg {
	font-weight: bold;
}

.hidden {
	display: none;
}

#routecard, #route-totals {
	border: 1px solid black;
	padding: 0;
	width: 100%; border-collapse: collapse;
}

#routecard td, #routecard th, #route-totals td, #route-totals th {
	border: 1px solid black;
	padding: 0.5em;
}
#routecard th {
	text-align: center;
}

#route-start {
	font-weight: bold;
}

.c {
	text-align: center;
}