/*.select2-container--default {
      display: block;
      width: 100% !important;
}*/

.select2-results__option {
    height: 24px !important;
}

.select2-container--default .select2-selection--single, 
.select2-selection .select2-selection--single {
    padding: 0px 6px !important;
    height: 26px !important;
}

.select2-container--default 
.select2-selection--single .select2-selection__arrow {
    height : 21px !important;
}

.select2-results__option {
    padding: 4px 4px 0px 4px !important
}

.select2-container 
.select2-selection--single 
.select2-selection__rendered {
    margin-top: -2px !important;
}
