.chosen-container:not(.chosen-container-multi) {
    font-size: .875rem;
}

.chosen-container:not(.chosen-container-multi) .chosen-single {
    border-radius: 0;
    padding: .5rem;
    line-height: 1.8;
    height: 2.5rem;
    border: 0 none;
    background: #fff;
}

.chosen-container-single .chosen-single div b {
    transform: translateY(10px);
}

/*.chosen-container-multi .chosen-choices li {
    line-height: 2.5rem;
}*/