/*Footer pages*/
.dirContainer h1 {
    color:#000;
    text-decoration:underline;
    font-style:italic;
}
.footerPageContent h2 {
    color:#cc0000;
}

/*Appform*/
#appformPageElement .blue {
    color:blue;
}
#appformPageElement .red {
    color:red;
}
#appformPageElement .darkRed {
    color:#b00b13;
}
.testParticipationLabel span {
    display:none;
    font-weight: 900;
}
.testParticipationLabel span.red {
    display:inline-block;
}

.checkboxList li, .checkboxList li div:first-of-type {
    display: flex;
    align-items: center;
}