/* Remove the Notifications Section on the Candidate Dashboard */

#content > div > div.page-header,
#alert-dash {
    display: none;
}

#railmap > div.application-summary > div > div {
    display: none
}

#server-form-errors label,
#requirements .error-list label {
    vertical-align: top;
}
