.ms-parent {width: 50% !important;}

.ms-choice {
    border-radius: 0.3em;
    background-color: #fff;
    position: relative;
    padding: 0.17rem 0.4rem;
    height: 100%;outline: none;
    font-family: 'Roboto', 'Arial', 'Verdana';
    font-size: 0.6rem;
    line-height: 1;
    font-weight: normal;
    text-transform: none;
    height: 1rem;
    border: none;
    background: rgb(213,211,211);
    background: -moz-linear-gradient(top, rgba(213,211,211,1) 0%, rgba(197,193,193,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(213,211,211,1)), color-stop(100%,rgba(197,193,193,1)));
    background: -webkit-linear-gradient(top, rgba(213,211,211,1) 0%,rgba(197,193,193,1) 100%);
    background: -o-linear-gradient(top, rgba(213,211,211,1) 0%,rgba(197,193,193,1) 100%);
    background: -ms-linear-gradient(top, rgba(213,211,211,1) 0%,rgba(197,193,193,1) 100%);
    background: linear-gradient(to bottom, rgba(213,211,211,1) 0%,rgba(197,193,193,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d3d3', endColorstr='#c5c1c1',GradientType=0 );
    box-shadow: 0 1px 0 rgba(255,255,255,.6), inset 1px 1px 0 rgba(0,0,0,.16);
    color: #686868;
}

.ms-choice:hover {
    opacity:1;
}

.ms-choice.disabled {
}

.ms-choice > span {
    position: relative;
    padding-left: 0;
    right: 0;}

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

.ms-choice > div {}

.ms-choice > div.open {
}

.ms-drop {
}

.ms-drop.bottom {
}

.ms-drop.top {
}

.ms-search {
}

.ms-search input {}

.ms-search, .ms-search input {
}

.ms-drop ul {
    padding: 0.2rem;
    max-height: 8rem !important;
    background: rgb(213,211,211);
    background: -moz-linear-gradient(top, rgba(213,211,211,1) 0%, rgba(197,193,193,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(213,211,211,1)), color-stop(100%,rgba(197,193,193,1)));
    background: -webkit-linear-gradient(top, rgba(213,211,211,1) 0%,rgba(197,193,193,1) 100%);
    background: -o-linear-gradient(top, rgba(213,211,211,1) 0%,rgba(197,193,193,1) 100%);
    background: -ms-linear-gradient(top, rgba(213,211,211,1) 0%,rgba(197,193,193,1) 100%);
    background: linear-gradient(to bottom, rgba(213,211,211,1) 0%,rgba(197,193,193,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d3d3', endColorstr='#c5c1c1',GradientType=0 );
    box-shadow: 0 1px 0 rgba(255,255,255,.6), inset 1px 1px 0 rgba(0,0,0,.16);
    color: #686868;
}

.ms-drop ul > li {padding: 0.1rem 0;}

.ms-drop ul > li.selected label{
    color: #882b9b !important;
}

.ms-drop ul > li .disabled {
}

.ms-drop ul > li.multiple {
}

.ms-drop ul > li.group {
}

.ms-drop ul > li.multiple label {
}

.ms-drop ul > li label {
    width: auto !important;
    display: block !important;
    cursor: pointer;
    color: #6b6868 !important;
}

.ms-drop ul > li label.optgroup {
}

.ms-drop input[type="checkbox"] {
    width: auto !important;
    margin: 0 0.25rem;
}

.ms-drop .ms-no-results {
}
