/* Avoid overlapping of branding subtitle and logo */
div#branding p:first-child {
    display: none;
}

div#header {
    background: #7C0606;
}

div.loginboxes > ul > li.highlighted > span > span {
    border-color: #7C0606 !important;
}

div#footer {
    background: #7C0606;
}

div.infoboxes {
    display: none;
}

a.feedback {
    display: none;
}

li.current a {
    display: none !important;
}
