body {
    min-width: 350px;
}

.header-logo {
    display: inline-block;
    width: 1130px;
    height: 68px;
}

.language {
    float: right;
    width: 200px;
}

.content-separator {
    margin-top: 0px;
    margin-bottom: 10px;
}

.content-body {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
}

.content-body-search {
    overflow-x: hidden;
}

.content-body-results {
    overflow-x: auto;
}

.content-gap {
    height: 30px;
}
