body:not(.loggedIn) .page-tools,
body:not(.loggedIn) .site-tools,
body:not(.loggedIn) .user-tools {
    display: none !important;
}
body:not(.loggedIn) .dokuwiki .actions,
body:not(.loggedIn) .btn-toolbar {
    display: none !important;
}
.bs-wrap-jumbotron.jumbotron {
    background-size: auto 100% !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}


