
/*# sourceMappingURL=custom.min.css.map */
.ms-container {
    width: 100%  !important;
}
.ms-container .ms-selectable, .ms-container .ms-selection {
    width: 50%  !important;
    border: 1px solid #dde1ef  !important;
}
.ms-container .ms-list {
    border: 0px solid #dde1ef  !important;
    -moz-border-radius: 3px  !important;
    border-radius: 0  !important;
    padding: 15px  !important;
}
.ms-container .ms-selectable li.ms-elem-selectable, .ms-container .ms-selection li.ms-elem-selection {
    border-bottom: 0px #eee solid  !important;
    padding: 5px 10px  !important;
    color: #000000  !important;
    font-size: 14px  !important;
}
.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
    color: #000  !important;
    background: #ececec  !important;
    border-radius: 2px  !important;
}