.leaflet-popup-content-wrapper {
    border-radius: 4px !important;
    /*box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);*/
    z-index: 9999 !important;
}

.leaflet-popup-content-wrapper .panel-body {
    margin: 0 !important;
    padding: 0 !important;
}
.leaflet-control-layers {
  overflow: auto;
}
.leaflet-control-layers label {
  font-weight: normal;
  margin-bottom: 0px;
}
.leaflet-control-layers-list input[type="radio"], input[type="checkbox"] {
  margin: 2px;
}

