﻿/* Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {

    #ctl00_ContentPlaceHolder1_ComboPage_Input .RadComboBox .rcbInner .rcbInput {
        font-size:large !important;
    }

    #ContentPlaceHolder1_pnNbElementPage {
        width:260px !important;
        margin-top:8px !important;
    }
    #ctl00_ContentPlaceHolder1_ComboPage {
    margin-top:-16px !important;
    height:47px !important;
    width:70px !important;
    }
}

.RadComboBox .rcbInput {
    height:2.42em !important;
}

/*.RadComboBox_Default .rcbInner {
    border-radius: 0.25rem !important;
}*/