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;
}



@media (prefers-color-scheme: dark){
		body {
			color: #e4e4e4;
			background-color: #383838;
		}
		
		input, .form-control {
			color: #e4e4e4;
			background-color: #2b2b2b;
		}
		
		.well { 
			background-color: #383838;
		}
		
		.ui-widget-content, .navbar-default {
			color: #e4e4e4;
			background-color: #2b2b2b;
			border: none;
		}
		
		.ui-datepicker .ui-datepicker-calendar a {
			background: #e8e8e8;
		}
		
}