body {
    font-family: 'Nunito', sans-serif;
    margin: 0;
    background: black;
}
h3{
    text-align: center;
}

.sliders{
    text-align: center;
    float:center;
    width:100%;
    /* overflow-y: auto; */
    /* height: 200px; */
}
#my-map{
    margin-top: 0;
    margin-left: 0;
    float: right;
    width: 100%;
    height: 500px;
    padding: 5px;
}
* {
    box-sizing: border-box;
}
#slider_description{
    font-size: 15px;
    text-align: center;
}
#slider_header{
    text-align: center;
}
#header{
    color: white;
}
.legend {
    color: white;
    background-color: grey;
    opacity: .85;
    padding:10px;
    width: 150px;
}
.legend i {
    width: 18px;
    margin-right: 8px;
    float: right;
}
#tabs {
    position: absolute;
    z-index: 1000;
    width: 100%;
    float: left;
    /* height: 500px; */
    overflow-y: auto;
}

#tabs{
  position: absolute;
  z-index: 1000;
  width: 100%;
  float: left;
  overflow-y: hidden;
}
#featureSelection{
  margin-top: 90px;
  width: 107%;
  height: 300px;
  overflow-y: auto;
}
#presets{
  margin-top: 90px;
  width: 107%;
  height: 300px;
  overflow-y: auto;
}
#filters{
  margin-top: 90px;
  width: 107%;
  height: 300px;
  overflow-y: auto;
}
