/*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;
}
p.appformLabel {
    font-weight:bold;
}
p.appformLabel .optional {
    font-weight:normal;
}

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