.border-top {
    border-top-color: #abb2fb !important; /* this is just to test the statics */
}

.info.legend {
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 4px;
    font-size: 13px;
    color: #333333;
}

.legend-item {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.legend-item i {
    margin-right: 6px;
    font-size: 1.2rem;
}