
.d-none {
    display: none;
}

.hideInput {
    visibility: hidden !important; /* display: none; would break the scraping of hidden input values */
    height: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.info {
    font-size: small;
}

.checkboxList, .radioList {
    display: grid;
    grid-template: auto / auto auto;
    width: max-content;
}

.radioList input,
.radioList label {
    line-height: 2;
}

.checkboxList input {
    margin-top: 0.3em !important;
}

textarea#hid48 {
    font-size: 1em;
    height: 5em;
    width: 90ch;
}

li li {
    margin-top: 1.25rem;
}
