.page__controls__top {
    display: none;
}

.page__controls__top ul {
    padding-bottom: 0;
}

.page__controls__top {
    align-items: center;
    justify-content: center;
}

.page__controls__top .themes:only-child {
    margin-bottom: 0;
    margin-left: inherit;
}

.page__controls__top .themes__link:not([href]) {
    border-bottom: 2px solid white;
}


@media only screen and (max-width: 900px) {
    .page__controls__top {
        display: flex;
    }

    div#modef {
        display: none !important;
    }

}