


.counties {
	fill: none;
	stroke: #000000;
	stroke-width:.15;
}

.states {
	fill: none;
	stroke: black;
	stroke-linejoin: round;	
	stroke-width:.21;
}

.select {
	margin-top: 8px;
	height: 34px;
	overflow: hidden;
	border: 1px solid #ccc;
	font-size: 100%;
 }

#selectPer{
	width: 160px;
}

#selectType{
	width: 280px;
}

svg{
	margin-top: 10px;
}

#links{
	text-align: center;
}