#mapid { 
    height: 680px; 
}
.leaflet-tooltip {
    background: none;
    box-shadow: none;
    border: none;
    font-size:11px;
    color:#000000;
  }

  .info {
    padding: 5px 7px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: rgb(121, 47, 47);
    background: rgba(255, 255, 255, 0.479);
    box-shadow: 0 0 15px rgba(163, 89, 89, 0.2);
    border-radius: 5px;
}
.info h4 {
    margin: 0 0 5px;
    color: #777;
} 
.legend {
    line-height: 33px;
    color: #b40e0e;
    background-color: rgb(238, 217, 219);
    border: 5px;
}
.legend i {
    width: 16px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}
