.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 0px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
}

.select2-container {
    width: 100% !important;
    line-height: 1.1;
    height: 36px;
    padding: 8px 0;
}

.select2-dropdown.select2-dropdown--below {
    top: 0px;
}

