.fsize { 
    font-size: 30px!important; 
    font-style: italic!important;
    vertical-align: -10px!important;
}

/* CHOSEN */
.chosen-container-single .chosen-single {
    height: 34px !important;
    line-height: 1.42857143!important;
    padding: 6px 12px!important;
    border-top-left-radius: 2px!important;
    border-top-right-radius: 2px!important;
    border-bottom-left-radius: 2px!important;
    border-bottom-right-radius: 2px!important;
    background: white!important;
    color: #616f77!important;
    box-shadow: none!important;
    border-color: #dbe0e2!important;
}

.chosen-rtl .chosen-search input[type="text"], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type="text"], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
    background-image: url(chosen-sprite.png) !important;
}
.chosen-container-single .chosen-single div b {
    background-position: 0 7px !important;
}