html,
.appHeader,
.extraHeader,
.appBottomMenu {
    max-width: 700px!important;
    margin: 0 auto;
}

.appHeader .pageTitle .logo{
    max-height: 35px;
}

body.dark-mode-active .extraHeader{
    background: #0c1624;
    border-bottom-color: #0c1624;
    box-shadow: none;
}
