.multiselect {
    background-color: White;
    margin: 0 auto;
    padding-top: 0px;
    border-top: 1px solid #c2cad8;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-left-radius: 2px;
    position:absolute;
    z-index: 888;
    border: 1px solid #c2cad8;
    box-shadow: 5px 5px rgba(102,102,102,.1)
}

.multiselect div {
    text-align: initial;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 15px;
    line-height: 180%; /*background-color: #a5a4a4;*/
    background-color: transparent;
    color: #666666;
    cursor: pointer;
    width: 78%;
    padding: 4px 4px;

}