.select2-container--default .select2-search--dropdown .select2-search__field{  height: 30px; }
.select2-container--default .select2-results__group{ color:#222; font-size:16px; line-height:22px; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
    background: #f2f2f2 none repeat scroll 0 0;
    border: 1px solid #f2f2f2;
    color: #444;
    line-height: 39px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    right: 3px;
    top: 8px;
    width: 20px;
}
.select2-container--default .select2-selection--single {
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 0;
    height: 40px;
    padding: 0;
}