.leafletMap {
    min-height: 500px;
    /*to avoid map going under the buttons*/
    margin-right: 1em;
    margin-top: 1em;
    z-index: 1;
}

#placeForm .leafletMap {
    /*buttons currently below, use entire width*/
    margin-right: 0px;
}