/*Legend specific*/
.legend {
    padding: 4px 6px;
    font: 10px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    line-height: 15px;
    color: #555;
}
.legend h4 {
    text-align: center;
    font-size: 12px;
    margin: 2px 8px 6px;
    color: #777;
}

.legend span {
    position: relative;
    bottom: 3px;
    top: 1px;
}

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

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