.leaflet-bar button,
.leaflet-bar button:hover {
  display: block!important;
  color: #000000!important;
  background: #ffffff!important;
  border: none!important;
  height: 32px !important;
  line-height: auto !important;
  border-radius: 4px !important;
  font-family: "Work Sans", sans-serif;
	font-size: 0.9rem;
}

.leaflet-bar button:hover {
  color: #ffffff !important;
  background: rgba(216, 57, 0, 1) !important;
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
  border: none;
  background-clip: padding-box;
}

.leaflet-bar button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
}

.leaflet-bar button:hover {
  background-color: #f4f4f4;
}

.leaflet-bar button:first-of-type {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar button:last-of-type {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  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: auto;
  height: 30px;
  line-height: 30px;
}

.leaflet-control {
  float: left;
  clear: none;
}