td {
    position: relative;
}
 
td input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
}

.instructions > p, legend.section-title > h3 > p, ul {
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
}

h2#modalTitle {
    display: none;
}