/*body {
    margin: 0;
    padding: 0;
}

#map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}*/

.leaflet-control-graphicscale {
   /* background-color: rgb(255, 255, 255, 0.75);
    background-image: url(noise.png);
    padding: 20px 45px 30px 35px;
    box-shadow: 0px 0px 30px rgba(52, 38, 13, .5);*/
  color: #4E4B4B; 
  bottom:-40px;
  right:120px;
}

.leaflet-control-graphicscale .label {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
     font-size: 12px;
	 color: #4E4B4B;
    margin-bottom: 2px;
	font-weight:bold;
}
/* foglio di stile atlante cartografico palermo -
 giovan battista vitrano per opendatasicilia.it */
.leaflet-control-graphicscale .labelSub {
    font-size: 10px;
    margin-bottom: 4px;
}

.leaflet-control-graphicscale .line {
    border-color: color: #4E4B4B; 
}

.leaflet-control-graphicscale .filled .fill {
    background-color: color: #4E4B4B; 
}

.scaleText {
    margin-bottom: 35px;
    text-align: center;
}

.scaleText h1, .scaleText p {
    margin: 0;
}

.scaleText h1 {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 10px;
}

.scaleText .choice {
    margin: 0 5px;
    cursor: pointer;
}
