.select2-container .select2-selection--single {
  height: 34px;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 21px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
  right: 6px;
}

.select2-container--open .select2-dropdown--below {
  border-radius: 0 0 4px 4px;
}

.select2-dropdown {
  border: 1px solid #ccc;
}

.select2-results__option {
  padding: 6px 12px;
}