.leaflet-control-better-scale {
  height: 15px;
}
.leaflet-control-better-scale-upper-first-piece {
  top: 0%;
  left: 0%;
  width: 25%;
}
.leaflet-control-better-scale-upper-second-piece {
  top: 0%;
  left: 50%;
  width: 25%;
}
.leaflet-control-better-scale-lower-first-piece {
  /* top: 50%; */
  left: 25%;
  width: 25%;
  height: 100%;
  background-color: #444444;
}
.leaflet-control-better-scale-lower-second-piece {
  /* top: 50%; */
  left: 75%;
  width: 30%;
  height: 100%;
  background-color: #444444;
}
.leaflet-control-better-scale-ruler-block {
  overflow: hidden;
  position: absolute;
  border-right: 1px solid;
  /* height: 50%; */
  /* background-color: #444444; */
}
.leaflet-control-better-scale-ruler {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 10px;
  background-color: White;
  border: 1px solid #444444;
}
.leaflet-control-better-scale-label-div {
  position: relative;
  width: 100%;
}
.leaflet-control-better-scale-label {
  position: absolute;
  /* width: 10%; */
  text-align: center;
  color: #000;
  font: sans-serif;
  /* font-weight: bold; */
  font-size: 14px;
  height: 5px;
  top: -3px;
  /* text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000; */
  text-shadow: -2px 0 #ffffff, 0 2px #ffffff, 2px 0 #ffffff, 0 -2px #ffffff;
}
.leaflet-control-better-scale-first-number {
  left: 45%;
}
.leaflet-control-better-scale-second-number {
  left: 95%;
}
.leaflet-control-better-scale-zoom-div {
  position: relative;
  width: auto;
  height: 20px;
  top: -30px;
}
.leaflet-control-better-scale-zoom {
  text-align: center;
  font-size: 14px;
  color: #000;
  text-shadow: -2px 0 #ffffff, 0 2px #ffffff, 2px 0 #ffffff, 0 -2px #ffffff;
}

