.select2-container .select2-selection--single{
    height: auto;
    min-height: 32px;
}

.select2-container--default .select2-selection--single{
   border: 1px solid #69727d;
   background-color: #FAFAFA;
}

.select2-container{
    margin-top: -2px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:30px;
    color: #5F5F5F;
}

.chooseCentre .select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size: 1.000em;
}

.ui-accordion-content{
    color: #5F5F5F;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border: 1px solid #69727d;
    background-color: #FAFAFA;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li{
    margin-bottom: 10px;
}

.ui-widget-content a{
    color: #5F5F5F;
}

.ui-widget{
    font-family: 'Source Sans Pro', sans-serif;
}