.select2-container {
  position: relative;
  z-index: 10;
  float: left;
  width: 100% !important;
  margin-bottom: 0;
  display: table;
  table-layout: fixed;
}

.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 12px;
}

.select2-container--default .select2-selection--single{
    border: 1px solid #ccc;
}

.select2-container .select2-selection--single{
    height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    margin-top: 1px;
}

.select2-results__options{
    font-family: edpPreon,"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;;
}