@media(max-width: 1199px) {
    .legend-list li {
        width: 50%;
    }
    .map-legend {
        right: 0;
        bottom: 5px;
    }
}

@media(max-width: 991px) {}

@media(max-width: 767px) {
    .legend-list li {
        width: 100%;
    }
    .open-legend {
        font-size: 0;
        padding: 0;
        width: 40px;
        height: 40px;
        background-position: center;
        background-size: 16px;
    }
    .dataTables_info {
        display: none;
    }
}

@media(max-width: 576px) {}

@media(max-width: 400px) {}