
.routeHeaderColorfc8900 {
	border-bottom: 5px solid #fc8900;
}
.stopsOnRouteColorfc8900 {
	background-color: #fc8900;
}
.stopsOnRouteColorfc8900 li.middle {
	background-image: url('../img/stop-on-route/stop_on_route_mobile_middle.png');
	background-position: left top;
	background-repeat: no-repeat;
}
.stopsOnRouteColorfc8900 li.start {
	background-image: url('../img/stop-on-route/stop_on_route_mobile_start.png');
	background-position: left top;
	background-repeat: no-repeat;
}
.stopsOnRouteColorfc8900 li.end {
	background-image: url('../img/stop-on-route/stop_on_route_mobile_end.png');
	background-position: left top;
	background-repeat: no-repeat;
}
.arrivalsOnRoute {
	background-color: #FFFFFF;
}
