﻿  span.select2.select2-container {
    border: 1px solid #A4A4A4;
    height: 35px;
    margin-top: 10px;
    width: 250px !important;
  }

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    box-sizing: border-box;
    display: block;
    line-height: 1.42857;
    list-style: none;
    margin: 0;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    font-family: Open Sans;
    white-space: nowrap;
    color: #a4a4a4;
    font-size: 16px;
    padding: 6px 19px 8px 8px;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 3px;
  }

  .select2-container--default .select2-selection--single {
    border: none;
    width: 100%;
    height: 33px;
  }

  .select2-results__option {
    color: #000000;
    padding-left: 10px;
    font-family: Open Sans;
    line-height: 1.2em;
    padding-top: 7px;
    font-size: 16px;
  }

  .selection {
    width: 100% !important;
  }
