body {
    min-width: 350px;
}

.header-logo {
    display: inline-block;
    width: 306px;
    height: 55px;
}

.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;
}

.ui-tooltip.ui-widget-shadow {
    opacity: 1 !important;
}

.ui-tooltip{
            max-width: auto;
            width: auto;
		font-size: 10px;
            }