#header-anchor {
    width: 90%;
    margin: 0 5% 20px;
    max-width: 1700px;
}

#header-anchor h1 {
    margin-bottom: 10px;
}

#title-view-div {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

#pref-views-div {
    width: auto;
    height: auto;
    top: 0;
    margin: 0;
}
#header-anchor ul {
    padding: 0;
}

@media screen and (max-width: 800px){
    #header-anchor {
        margin-bottom: 0;
    }
}