.leaflet-control-better-scale {
	height: 35px;
}
.leaflet-control-better-scale-upper-first-piece {
    top: 0%;
    left: 0%;
    width: 25%;
	background-color: white !important;
}
.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%;
    background-color: transparent !important;
}
.leaflet-control-better-scale-lower-second-piece {
    top: 50%;
    left: 75%;
    width: 30%;
	background-color: transparent !important;
}
.leaflet-control-better-scale-ruler-block {
    overflow: hidden;
    position: absolute;
    height: 100%;
    background-color: #fff;
}
.leaflet-control-better-scale-ruler {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 10px;
    background-color: black;
    border: 1px solid #444444;
}
.leaflet-control-better-scale-label-div {
    position: relative;
    width: 100%;   
}
.leaflet-control-better-scale-label {
    position: absolute;
    text-align: center;
    color: #000;
    font: sans-serif;
    font-weight: bold;
    font-size: 12px;
    height: 5px;
    top: 2px;
    text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
}
.leaflet-control-better-scale-first-number {
    left: 40%;
}
.leaflet-control-better-scale-second-number {
    left: 90%;
}
