html, body, #map {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'Roboto', helvetica, sans-serif;
  font-weight: 300;
  color: #434343;
}

.center, .center svg {
  position: absolute;
}

.center svg {
  width: 60px;
  height: 20px;
  padding-right: 200px;
  font: 10px sans-serif;
}

.center circle {
  fill: steelblue;
  stroke: black;
  stroke-width: 1.5px;
}

.center text{
  fill: black;
}

.center text.base{
  stroke: white;
  stroke-width: 3px;
}


.zipcodes svg
{
position: absolute;
top: -4000px;
left: -4000px;
width: 8000px;
height: 8000px;
opacity: 0.8;
}


.zipcodes div
{
top: 0px;
left: 0px;
}

div.mouseover{
	position: absolute;
	background: black;
	background-color: rgba(0,0,0,0.5);
	border: 1px solid #131313;
	color: white;
	padding: 5px 8px;
	top: 0px;
	left: 0px;
	margin-top: 10px;
	margin-left: 10px;
	display: none;
}

#map_picker select {
   background: transparent;
   width: 280px;
   margin-left: -3px;
   padding: 5px;
   padding-left: 8px;
   font-size: small;
   color: black;
   /*font-weight: 100;*/
   border: 1px solid white;
   height: 34px;
    -webkit-appearance: none;
} 

#map_picker{
   width: 250px;
   height: 34px;
   overflow: hidden;

   background: url(./static/imgs/arrow.png) no-repeat 96% #efefef;
}

div.about{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background: rgba(0,0,0,0.8);
	display: none;
}