.multiselect-container {
    /* max-width: 350px; */
}

ul.multiselect {
    list-style: none;
    font-weight: normal; 
    border: 1px solid lightgray;
    max-height: 300px;
    overflow: auto;
    clear: both;
}

ul.multiselect.noscroll {
    max-height: initial;
}

.multiselect .none {
    font-style: italic;
    margin-left: -25px;
}