body {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

#info {
    display: table;
    position: absolute;
    bottom: 5px;
    left: 5px;
    margin: 0px auto;
    word-wrap: anywhere;
    white-space: pre-wrap;
    padding: 3px 7px;
    border: none;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
    color: #FFF;
    background: #000;
    opacity: 0.75;
    z-index: 9999;
}

.slider1 {
    position: absolute;
    left: 15px;
    top: 5px;
    margin: 0px auto;
    width: 200px;
    height: 25px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    z-index: 99999;
  }

  .slider2 {
    position: absolute;
    left: 15px;
    top: 35px;
    margin: 0px auto;
    width: 200px;
    height: 25px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    z-index: 99999;
  }

.features {
    text-align: left;
}

.green {
    color: rgb(19, 189, 19);
}

.blue {
    color: rgb(0, 174, 255);
}