
.leaflet-layer_old {
    z-index: unset !important;
}

.leaflet-pane {
    z-index: 50 !important;
}

.leaflet-control {
    z-index: 55 !important;
}

.leaflet-top, .leaflet-bottom {
    z-index: 60 !important;
}

.leaflet-container-default {
    height: 512px;
    width: 512px;
}

.leaflet-container { /* all maps */
    height: 512px;
    width: 512px;
}

#specialbigmap {
    height: 800px;
}

/* Resize the "display_raw" textbox */
.django-leaflet-raw-textarea {
    width: 100%;
}

.leaflet-bottom {
    display: none;
}

.leaflet-top {
    display: none;
}

.leaflet-control-container{
    display: none;
}