body {
    margin: 0;
    padding: 0;
}

#map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.info {
    width: 220px;
    padding: 6px 8px;
    font: 14px/18px Arial, Helvetica, sans-serif;
    background: white;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.info.is-empty {
    padding: 0;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background: rgba(255, 255, 255, 0.8);
}

.info h3 {
    margin: 0 0 5px;
    color: #777;
}

.leaflet-overlay-pane svg {
    overflow: hidden;
}
