@import url(multiple-select.css);

.ms-drop ul {
    overflow: auto;
    margin: 0 !important;
    padding: 5px 8px;
}

.ms-drop ul > li label {
    font-weight: normal;
    display: block;
    float: none !important;
    text-align: left !important;
}

.ms-drop {
    background-color: rgb(238, 238, 237);
    border-radius: 0;
}

.ms-choice {
    background-color: rgb(238, 238, 237);
    border: none;
    border-radius: 0;
}

button.ms-choice > div {
    position: absolute;
    top: 4px;
}

.ms-choice > span {
    position: absolute;
    top: 4px;
}

div.ms-drop > ul {
    padding: 0 !important;
}

div.ms-drop li {
    padding: 1px 7px 3px !important;
}

div.ms-drop li:hover {
    background-color: #1E90FF;
    color: white;
}

button.ms-choice {
    height: 35px;
}

.ms-choice > span.placeholder {
    color: #c0c0c0;
}