.year_filter > a {
    display: block;
}

.year_filter img {
    width: 30px;
    margin-left: 12px;
}
.year_filter {
    padding-left: 37px;
    margin-left: 27px;
    border-left: 1px solid #999999;
    max-height: 300px;
}
.year_list {
    display: flex;
    flex-direction: column;
    max-height: 170px;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;    /* disgusting microsoft */
    margin-top: 12px;
    margin-bottom: 12px;
}
.year_list::-webkit-scrollbar {
    display: none;     /* maybe for older firefox versions? */
}
.year_list a {
    display: block;
    width: 50px;
    padding: 4px 2px 3px 2px ;
    text-align: center;
    margin-bottom: 9px;
    border-radius: 15px;
    border: 1px solid #ccc;
    text-decoration: none;
    font-family: 'IntroCondBlackFree';
    font-size: 17px;
    background-color: #999999;
    color: white;
    letter-spacing: 2px;
}
.year_list a.selected_year {
    background-color: #A02C2C;
}
