#viz {
  box-sizing: border-box;
  margin-bottom: 20px;
}

#viz p {
  margin: 0;
}

#viz #main-map {
	background-color: #FAFAFC;
  height: 71vh;
}
@media (min-width:40em) {
  #viz #main-map {
    max-height: 800px;
  }
}

#viz #main-map .info {
  margin-top: 5px;
  max-width: 220px;
  background-color: #E5454D;
  color: #FFF;
}

#was {
    font-family: "dharmaGothicE", sans-serif;
    font-size: 1.3rem;
    color: #FDC82F;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 0;
}

#viz #main-map .info .reg {
  background-color: rgba(0,0,0,0.4);
  text-align: center;
  padding: 5px 0;
  font-family: "DharmaGothicE", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
}

#viz #main-map .info .mun {
  background-color: rgba(0,0,0,0.2);
  text-align: center;
  padding: 10px 0;
  font-family: "DharmaGothicE", sans-serif;
  font-size: 1.8rem;
}

#viz #main-map .info .loc {
  background-color: rgba(0,0,0,0.1);
  padding: 10px;
  font-family: "epocapro", sans-serif;
  font-family: "Droid Serif", serif;
}

#viz #main-map .info .stats {
  font-family: "Droid Serif", serif;
  padding: 10px;
}

#viz p.legend {
  padding: 5px;
  font-family: "epocapro", sans-serif;
  font-size: 0.9rem;
}

#viz p.legend img {
  max-height: 1rem;
  position: relative;
  top: 3px;
}

@media (min-width:40em) {
  #viz #main-map p.legend {
  }
}
