.multiselect .dropdown-menu {
    position: static;
    box-shadow: none;
    display: block;
    float: none;
    max-height: 200px;
    overflow: auto;
}

.multiselect-labels a .fa {
    color: #ccc;
}

    .multiselect-labels a .fa:hover {
        color: #fff;
    }

.multiselect-labels .label {
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
    padding: 4px 6px;
    font-size: small;
}

.multiselect .dropdown-menu > li > a {
    white-space: normal;
}
