#map {
	margin: 0 auto;
	position: relative;
}
.sm_label tspan:not(:first-child) {font-size: 80%;}
#map_legend {bottom: -3em !important;}
svg text {text-shadow: 0 0 1px #0008;}

#score {
	border: 1px solid #666;
	border-radius: 0.5em;
	display: inline-block;
	font-family: sans;
	padding: 0.1em;
	position: absolute;
	bottom: 0;
	right: 0;
}
#score > div {
	background-color: #ccc;
	border-radius: 0.25em;
	color: #fff;
	margin: 0.25em;
	padding: 0.1em 0.5em;
}

#score .D {background-color: #1e76f7;}
#score .R {background-color: #f93a49;}
#score .T {background-color: #fbc140; color: #000;}

#score span {
	display: inline-block;
	text-align: right;
}
#score span:first-child {
	padding-right: 0.5em;
	width: calc(100% - 2.5em);
}
#score span:first-child::after {content: ':';}

#score span:nth-child(2) {
	width: 2em;
}

#score div div {
	font-size: 75%;
	font-style: italic;
	text-align: right;
}
