/*
Custom style for the jMeeoLeaflet plugins
static class assigned to the container is:
.jmeeo-leaflet
*/
#map {
    min-height: 30rem;
}
.control-icon, .leaflet-control-zoom-in:not(.leaflet-disabled), .leaflet-control-zoom-out:not(.leaflet-disabled) {
    color: black !important;
}
