<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.routeIcon
{
	margin: 2px;
	display: inline-block;
	min-width: 60px;
	height: 60px;
	border-radius: 60px;
	font-size: 35px;
	line-height: 58px;
	text-align: center;
	text-decoration: none;
	vertical-align: center;
	font-family: "Arial Black", gadget, sans-serif;
	font-weight: bold;
	color: white;
	background: black;
}

.routeIcon sub {
	font-weight: bold;
	font-size: 20px;
	position: relative;
	bottom: 10px;
}

#Route01Icon {
	color: white;
	background-color: #ad1707;
	border-color: #ad1707;
}

#Route02Icon {
	color: white;
	/*background-color: #e38903;
	border-color: #e38903;*/
	background-color: #ab6600;
	border-color: #ab6600;
}

#Route03Icon {
	color: white;
	/*background-color: #ebc803;
	border-color: #e6ff03;*/
	background-color: #9e9200;
	border-color: #9e9200;
}

#Route04Icon {
	color: white;
	background-color: #029e0a;
	border-color: #029e0a;
}

#Route05Icon {
	color: white;
	background-color: #0d03d6;
	border-color: #0d03d6;
}

#Route06Icon {
	color: white;
	background-color: #03969e;
	border-color: #03969e;
}

#RouteAXIcon {
	color: white;
	background-color: #7b2abd;
	border-color: #7b2abd;
	min-width: 80px;
}
</pre></body></html>