.map-legend {
   position: absolute;
      background:#808080;
      bottom: 25px;
      right: 1px;
      z-index: 1001;
      width:350px;
      border: 1px solid #000;
      border-radius: 5px;
      padding: 1px 20px;
      box-shadow: 10px 10px 65px 0px rgba(0, 0, 0, 0.75);
}
.map-legend p {
    margin: 5px 10px 0 5px;
}
#legend-content {
    margin:0 -5px;
}
#legend-definition {
    float: right;
    color: #848181;
    cursor:pointer; 
}
#legend-icon {
    line-height: 27px;
    padding-left: 5px;
    cursor: pointer;
    color: #6689BC;
    font-weight: 600;
}
#legend-icon:hover {
    color: #3071a9;
}
.legend-top {
    border-bottom: 1px solid #C3C2C2;
    margin-top: -27px;
    padding-bottom: 7px;
    padding-left: 20px;
}
.legend-body { 
    padding-top: 7px;
    font-size:.9em
}
.legend-bottom {
    height: 5px;
}