.chosen-container-single .chosen-single {
    height: 34px;

    padding: 4px 6px;
    font-family: serif, Helvetica, sans-serif !important;
    font-size: 16px !important;
    color: #000000 !important;
    background: #fff;
    border-radius: .04rem !important;
    box-shadow: none;
    border: 1px solid rgb(170, 169, 169);
    -moz-transition: 0.2s all;
    transition: all 0.2s linear !important;
}

.chosen-container-active .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
    border-color: #ccc;
    border-color: rgba(82, 168, 236, .8);
    outline: 0;
    outline: thin dotted \9;
    -moz-box-shadow: 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: 0 0 8px rgba(82, 168, 236, .6)
}
