svg {
  display: block;
  height: 800px;
  width: auto;
  outline: 1px solid #ccc;
  overflow: visible;
}

/*
path {
    fill-opacity: 0.5;
    //stroke: green;
    stroke-opacity:0.5;
    stroke-width: 1px;
}
*/
.svg-geo-label {
  font-size: 10px;
  text-anchor: middle;
  dominant-baseline: middle;
  font-family: sans-serif;
}

.leafletMap {
  width: 100%;
  height: 100vh;
}/*# sourceMappingURL=style.css.map */