/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.sg-container p[for="latlong"] {
    display: flex;
}

.sg-container label:nth-child(odd) {
    width: 48%;
    margin: auto;
    margin-left: 0px;
}

.sg-container label:nth-child(even) {
    width: 48%;
    margin: auto;
    margin-right: 0px;
}

.gm-svpc>div {
    position: relative !important;
}