#map {
    max-width: 2560px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
@media (min-width: 2560px) {
    #map {
        max-width: 1920px;
    }
}
body {
    background-color: #181b1d;
}
#styles {
    top: 75px;
    left: 25px;
    z-index: 1;
    position: absolute;
}
#info {
    display: table;
    position: relative;
    margin: 0px auto;
    word-wrap: anywhere;
    white-space: pre-wrap;
    padding: 10px;
    border: none;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
    color: #222;
    background: #fff;
}
.controls {
    position: fixed;
    left: -300px;
    width: 250px;
    height: 100%;
    top: 55px;
    z-index: 1;
    background-color: #f8f9fa;
    padding: 20px;
    transition: left 0.3s ease-in-out;
}
#spacer {
    height: 65px;
}
.controls.show {
    left: 0;
}
#filterBtn {
    position: fixed;
    top: 80px;
    left: 20px;
    width: 210px;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 7;
}
.dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
}