#navbar {
    display: none;
}

#header {
    display: none;
}

.footer {
    display: none;
}

.fixed-content-width {
    max-width: unset;
}

#content {
    margin: unset;
    margin-top: unset !important;
    width: 100%;
    box-sizing: border-box;
}



/* older layouts */

#navigation {
    display: none;
}

#top {
    width: 100%;
}