.mapcontain {
	position:relative;
	padding-bottom:60%;
	height:0;
	margin-bottom:1.5em;
	overflow:hidden;
}
svg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.countylist {
	text-align:center;
	width:100%;
	bottom:0;
}
.gray {
	color: #333;
}
.so-diamond {
	width:5px;
	height:5px;
	background-color:#fff;
	border:2px solid #000;
	display:inline-block;
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg);
}
.subindent {
	margin-left: 1.2em;
	display: block;
}
#map a, #map a:hover {
	text-decoration:none;
}