 /** LEAFLET STYLE PATCH PLOTTING RAINFALL DATA **/

.leaflet-container{
    z-index: 0
}

.leaflet-popup-pane{
    z-index: 300;
}

.leaflet-tile-pane{
    z-index: 200;
}

.leaflet-overlay-pane{
    z-index: 100;
}

.leaflet-container .leaflet-control-attribution, .leaflet-container .leaflet-control-scale{
  display: none;
}

.colorbar{
  border-radius:5px;
  padding-top: 2px;
  background: white;
  overflow: hidden;
  border:1px solid #ccc;
  box-shadow: 0px 0px 1px rgba(0,0,0,0.5);
}

.leaflet-bar {
  border-radius: 4px;
  box-shadow: 0 0 1px black;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 1px rgba(0,0,0,0.5);
  overflow: hidden;
}

.leaflet-control-zoom-in,.leaflet-control-zoom-out{
  border-radius: 0 !important;
}