.years a {
    color: #000;
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
    background-color: #f8f8f8;
    border-radius: 3px;
    padding: 0 8px;
    text-decoration: none;
    border: 1px solid #d1d1d1;
    margin: 0 3px 7px 0;
    cursor: pointer;
}

.years a.current,
.years a:hover {
    background: #0084d9;
    color: #FFF;
}

.years a.hidden { display: none; }

.years a.showallyears { display: none; }

.years a.showallyears.show { display: inline-block; }

@media all and (max-width: 960px) {
    .years { display: none; }
}