html, body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
}
#map {
  width: 100vw;
  height: 100vh;
}
#toprow {
  position:absolute;
  top:0;
  left:50px;
  width:100%;
  height:1.4rem;
  z-index:9999;
}
#lefttools {
  position:absolute;
  top:90px;
  left:10px;
  width:100px;
  height:1.4rem;
  z-index:9999;
}
input[type=range] {
  width:30px;
}
.hide-tooltip {
  display: none !important; 
}
.leaflet-tooltip {
  padding:0; !important;
  background-color: #ff8;
}
#mins {
  width:3rem;
}
#alku {
  width:3rem;
}
#loppu {
  width:3rem;
}
#age {
  width: 30rem;
}
.custom-div-icon .my-div-marker {
  width: 30px;
  height: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: white;
  border-radius: 10px;
  border: solid black 2px;
  line-height: 30px; /* Center text vertically */
}

