
html,
body,
#map {
    height: 100%;
    font: 6pt "Helvetica Neue", Arial, Helvetica, sans-serif;
}


.legend {
    border-radius: 25px;
    padding: 10px;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    line-height: 24px;
    color: #555;
    }
    .legend span {
    position: relative;
    bottom: 3px;
    }

    .legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin: 0 8px 0 0;
    opacity: 0.7;
    }

    .legend i.icon {
    background-size: 18px;
    background-color: rgba(255, 255, 255, 1);
}

.info{
    border-radius: 25px;
    padding: 10px;
  }

