/* Hide the extra field on each form to minimise unauthorised submissions. */
.hidden {
    display:none;
}

.mandatory {
    color: #CC0000;
}