/* Show the chosen choices in a single line */
.chosen-container-multi .chosen-choices li.search-choice {
	height: 22px;
    overflow: hidden;
}

/* Prevent the search result from taking the full height of the page */
.search_result {
	height: auto;
}

/* .search_form > .panel_simple {
    display: flex;
    flex-direction: column;
}

.search_form > .panel_simple > .layout_panel:first-child {
    flex: 0 0 auto;
}

.search_result {
    flex: 1 1 auto;
    margin-top: 6px;
    height: auto;
    overflow: hidden;
} */
