@media only screen and (max-width: 480px) {
    .leaflet-control-attribution {
        display: none;
    }
    .leaflet-bottom.leaflet-right {
        top: 0;
    }
    .leaflet-left.leaflet-top {
        display: none;
    }
    .legend {
        margin-top: 10px;
    }
}

html, body, #worldMap {
    height: 100vh;
    width: 100vw;
}

body {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    background-color: rgb(38, 38, 38);
    margin: 0;
    padding: 0;
}

.info {
    background: rgba(255, 255, 255, .8);
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    font: 14px/16px Arial, Helvetica, sans-serif;
    padding: 6px 8px;
}

.leaflet-control-attribution {
    padding: 5px 10px;
}

.leaflet-popup-content {
    margin: 5px 10px;
}

.leaflet-popup-content-wrapper {
    border-radius: 4px;
}

.leaflet-popup-tip {
    height: 12px;
    width: 12px;
}

.legend {
    color: #555;
    line-height: 18px;
}

.legend i {
    float: left;
    height: 18px;
    margin-right: 8px;
    opacity: .7;
    width: 18px;
}
