.page-header.page-header {
    margin-bottom: 0;
}

.header-menu {
    display: none !important;
}


.header-logo {
    margin-right: auto !important;
}

#app {
    margin: 1rem auto 0;
}

/* hide header buttons in dpr */
.header-control-user {
    display: none !important;
}

/* show header logo in dpr */
@media screen and (max-width: 767px) {
    .header-logo.hidden {
        display: block;
    }
}