.gipsy-chosen {
    width: 100% !important;
}

.select2-selection, .select2-selection--single {
    border-radius: 0 !important;
    border: 1px solid #ddd !important;
    color: #666 !important;
    height: 40px !important;
    color: #666 !important;
    line-height: 2.8 !important; 
}

.select2-selection__rendered {
    color: #666 !important;
    padding: 4px 16px !important;
}

.select2-dropdown, .select2-dropdown--below {
    border-radius: 0 !important;
    border: 1px solid #ddd !important;
}

.select2-results__option--highlighted {
    background-color: #333 !important;
}

.select2, .select2-results__option {
    font-size: 0.928em;
    
}

.select2 select2-container, .select2-container--default, .select2-container--below {
    width: 100% !important;
}

.select2-container, .select2-selection--single, .select2-selection__rendered {
    text-overflow: hidden;
}