html, body {
    margin: 0;
    height: 100%;
}

#map {
    height: 100%;
    background: #222;
}

.coords, .coords:visited {
    outline: none;
    text-decoration: none;
    color: #999 !important;
}

.coords:hover, .coords:active {
    text-decoration: underline;
    color: #4285F4 !important;
}
.leaflet-popup-content {
    margin: 6px 5px 3px 5px;
}
.leaflet-container a.leaflet-popup-close-button {
    font-family: Helvetica, sans-serif;
    font-size: 0.75rem;
    line-height: 1.5;
}