.select2-container .select2-selection--single{
    height:40px !important;
}
.select2-container--default .select2-selection--single{
    border: 1px solid #e9e9ef !important; 
    /*border-radius: 0px !important;*/
    background-color:#fff;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    top: 68%;
}
.spaced-uppercase {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #555;
    font-weight: 500;
    text-decoration: underline;
}
