.leaflet-bar button,
.leaflet-bar button:hover {
  background-color: #000;
  border: none;
  border-bottom: .1rem solid #ccc;
  width: 10rem;
  height: 2.9rem;
  line-height: 2.6rem;
  display: block;
  text-align: center;
  text-decoration: none;
  color: white;
  opacity: 0.7;
}

.leaflet-bar button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
}

.leaflet-bar button:hover {
  opacity: 0.8;
}

.leaflet-bar button:first-of-type {
  border-top-left-radius: .4rem;
  border-top-right-radius: .4rem;
}

.leaflet-bar button:last-of-type {
  border-bottom-left-radius: .4rem;
  border-bottom-right-radius: .4rem;
  border-bottom: none;
}

.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: 3rem;
  height: 3rem;
  line-height: 3rem;
}
