.years{
    height:40px;
    line-height:40px;
    margin-bottom:40px;
}
.years .label{
    float:left;
    width:60px;
    font-size:14px;
    color:#333333;
}
.years .selectBox-dropdown{
    float:left;
    background: none;
    border: 1px solid #e5e5e5;
    border-right: none;
    text-align: left;
    width:198px !important;
    height:40px;
    line-height:40px;
    font-size:14px;
    color:#333333;
}
.years .selectBox-dropdown .selectBox-label{
    padding:0 0.5em;
}
.years .selectBox-dropdown .selectBox-arrow{
    border: none;
    border-right: 1px solid #e5e5e5;
    background: white url(../images/arrow.png) center center no-repeat;
    width:48px;
}

body .selectBox-dropdown-menu li{
    color:#333333;
    text-align: left;
    font-size:14px;
    color:#333333;    
}


/* 2018-07-25 */
@media only screen and (max-width: 1000px) {
    .years .label{
        width: 100px;
        font-size: 24px;
    }

    #year{
        font-size: 24px;
        padding: 0 10px;
        width: 180px;
    }
}

