<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.consentQuestionsWrapper {
    border-top: 1px solid #CCC;
    padding-top: 10px;
    margin-top: 10px;
    clear: both;
    float: left;
}

.consentQuestionsWrapper input[type=checkbox] {
    float: left;
}

.consentQuestionsWrapper .consent-notchecked input {
    outline: 1px solid Red;
}</pre></body></html>