.hidden {
    display: none;
}

fieldset {
    border: none;
}

legend {
    font-weight: bold;
}

#form1 {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

td {
    height: 1.5rem;
}

table td select {
    width: 100%;
}

table tr td:nth-child(2) label {
    width: 50%;
}

#appSubmit {
    background-color: white;
    width: 100%;
}

.text-light {
    color: #6e6e6e;
}