/* CSS Document */

.select2 {
    outline: none;
}
.select2-selection--single, .select2-dropdown--below, .select2-dropdown--above {
    border: 1px solid #9d560b !important;
}
.select2-selection__rendered {
    min-width: 100%;
}
.select2-dropdown--below, .select2-dropdown--above {
    top: 8px;
    left: 8px !important;
}
.select2-results__options, .select2-search__field {
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
}
