body {
    font-family: Arial, sans-serif;
    padding: 0;
    margin: 0;
    text-align: center;
}

button {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

fieldset {
    margin: 1rem 0;
    border-color: rgba(128, 128, 128, 0.468);
    border-style: solid;
    border-width: 2px;
}

h1 {
    text-align: center;
}

input {
    width: 100%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    box-sizing: border-box;
}

input[type=checkbox], [type=submit], [type=radio] {
    width: auto;
}

label {
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

legend {
    margin: 1rem 0;
    padding: 0 1rem;
    border-color: rgba(128, 128, 128, 0.468);
    border-style: none solid;
    border-width: 2px;
}

main {
    margin: 1rem 0;
    padding: 1rem;
    max-width: 50rem;
    margin-inline: auto;
    text-align: left;
}


select {
    width: 100%;
    margin-bottom: 1rem;
    text-overflow: ellipsis;
}

textarea {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    /* resize: none; */
    box-sizing: border-box;
}

#instructionsBoxLabel {
    background: #eee;
}

#instructionsBox {
    display: none;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

#formInstructions {
    margin-bottom: 10px;
}

.selectDiv {
    content:"";
    clear: both;
}

.radioInput {
    padding: 10px;
    margin-bottom: 10px;
    border: solid;
    border-width: 1px;
    border-color: #A3A3A2;
}

.mandatory {
    color: #ff0000;
}

.SpaceNum {
    width: 49% !important;
}

.SpaceType {
    width: 49%;
}