/* Altering the leaflet z-indexes so they don't overflow above the header. */

.leaflet-pane  { z-index: 194; }
.leaflet-tile-pane { z-index: 192; }
.leaflet-marker-pane { z-index: 194; }
.leaflet-shadow-pane { z-index: 195; }
.leaflet-tooltip-pane { z-index: 196; }
.leaflet-popup-pane { z-index: 197; }
.leaflet-bottom, .leaflet-top { z-index: 199; }

.leaflet-control a:not(.btn):link, .leaflet-control a:not(.btn):visited {
  color: #000 !important;
  text-decoration: none !important;
}

.leaflet-control-attribution, .esri-dynamic-attribution {
  color: #000 !important;
}
