#map-wrapper {
    position: relative;
    width: 100%;
    height: 20em;
    margin-top: 1em;
}

#map {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

#mapbox-location-wrapper {
    position: absolute;
    margin: 10px;
    z-index: 1;
    font-size: 14px;
    background-color: white;
    padding: 6px;
    display: none;
    width: 200px;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.1);
    box-shadow: 0 0 0 2px rgba(0,0,0,.1);
    border-radius: 4px;
}

#mapbox-location-wrapper p:last-child {
    margin-bottom: 0;
}
