.chosen-container-single .chosen-single span
{
    border: 0px !important ;
    font-size: 12px !important;
/*    text-align: center;*/
    
    
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 0px !important;

    border-radius: 0px;
    
    background-clip: padding-box;
    box-shadow: none;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
  }
  
.chosen-single{
    background: white !important;
    border-radius: 0px !important;
    font: 400 13.3333px Arial;
}