

.mandatory {
    color: #ee0000;
}

.SpaceNum {
    width: 49% !important;
}

.SpaceType {
    width: 49%;
}

body {
    font-family: Arial, sans-serif;
    margin: 1rem 0;
    padding: 1rem;
    max-width: 50rem;
    margin-inline: auto;
    text-align: left;
}

fieldset {
    margin: 1rem 0;
    border-color: rgba(128, 128, 128, 0.5);
    border-style: solid;
}

h1 {
    text-align: center;
}

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

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

label {
    display: block;
    padding: 0.5rem 0 0.5rem 0;
}

li {
    line-height: 2rem;
}

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

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

#formInstructions {
    margin-bottom: 1rem;
}

#instructionsBoxLabel {
    background: rgb(238, 238, 238);
}

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