* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#mapdiv {
  height: 100%;
  min-height: 600px;
  width: 100%;
  max-width: 1400px;
  margin: 0;
}

.info {
  padding: 10px 12px;
  font: 14px/16px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.info h4 {
  margin: 0 0 5px;
  color: #777;
}

.leaflet-popup-content,
.leaflet-control-layers label {
  font-size: 12px;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

path.leaflet-interactive:focus {
  outline: none;
}

/*# sourceMappingURL=main.css.map */