/* ================ contact_us.php PROPERTIES ================ */

#message, #call, #visit {
    margin: 10px 10px 20px 0px;
}

#map-layout {
    display: flex;

    align-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}
#wrapper {
    margin: 20px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    display: flex;

    align-content: stretch;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#content {
    width: auto;

    flex-grow: 1;
}

.form-table {
    border: 1px rgb(255,255,255) solid;
    padding: 10px 10px 10px 10px;
}

.form-td {
    padding: 5px 5px 5px 5px;

    font-weight: bold;
    text-align: left;
}
