.leaflet-bar button,
.leaflet-bar button:hover {
  background-color: #56B361;
  border: none;
  width: 32px;
  height: 32px;
  line-height: 28px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: white !important;
  letter-spacing: 0.0em;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: inset 0 0 0 0px !important;
}

.leaflet-bar button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.leaflet-bar button:hover {
  background-color: #87C98F;
  /*border-color:#FF0 !important;*/
  /*-webkit-transform: scale(1.3);
   -ms-transform: scale(1.3);
    transform: scale(1.3);*/
  
}
.leaflet-bar.disabled,
.leaflet-bar button.disabled {
  cursor: default;
  pointer-events: none;
  opacity: .4;
}

.easy-button-button .button-state{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}


.leaflet-touch .leaflet-bar button {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
