#mapid { height: 500px; }

p {
    font-size: 12pt;
}

#changeMapLocation {
    position: absolute;
    left: 48%;
    top: 85%;
    z-index: 400;
    cursor: pointer;
}

/* css to customize Leaflet default styles  */
.custom .leaflet-popup-tip,
.custom .leaflet-popup-content-wrapper {
    /* background: white;
    color: black; */
}

.leaflet-popup-content {
    min-width: 250px;
}


.custom .leaflet-popup-content-wrapper button {
    width: 100%;
    padding: 0.3em;
    background-color: #033A70;
    border: none;
    color: white;
    padding: 12px 16px;
    font-size: 18px;
    cursor: pointer;
}

.custom .leaflet-popup-content-wrapper a {
    
    text-decoration: none;
}

#mapid {
    height: 100%;
}

#changeMapLocation {
    width: 180px;
    padding: 0.3em;
    background-color: #033A70;
    border: none;
    color: white;
    padding: 12px 16px;
    font-size: 20px;
    cursor: pointer;
}