body {
  padding: 0;
  margin: 0;
  background-color: #fff;
}

html,
body,
#map {
  height: 100%;
  width: 100%;
}

.leaflet-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

/*
    .leaflet-control-container { position: absolute; left: 0px; bottom: 120px;}
    */
