/* Write your CSS here */
.search_results {
        width: calc(85% + 38px) !important;
        position:static;
        /*display:flex !important;*/
        max-height:78vh;
        
    z-index: 0 !important;
    box-shadow:none !important;
    width: auto !important;
}
.search_sets {
    height: 83% !important; 
    max-height: 83% !important; 
     overflow-y: auto; 
}