.leaflet-control {
  margin-right: 15px !important;
}

.leaflet-ruler {
    height: 30px;
    width: 30px;
    border-radius: 0px !important;
}

.result-tooltip{
  background-color: white;
  border-width: medium;
  border-color: #333;
}
.moving-tooltip{
  background-color: rgba(255, 255, 255, .7);
  background-clip: padding-box;
  opacity: 0.5;
  border: dotted;
  border-color: #333;
}