﻿.pagination ul li button {
    font-size: 18px;
    line-height: 24px;
    color: #605f5f;
    padding: 0 7px;
    margin: 0 3px;
    border: none;
    background: none;
}

.pagination button.selected {
    background-color: #005A73;
    color: white;
    border-radius: 50%;
    padding: 6px 14px;
    text-align: center;
}

.pagination ul li button.next {
    margin-right: 0;
}

.pagination ul li button.previous {
    margin-left: 0;
}

.pagination ul li button.previous, .pagination ul li button.next {
    color: #00697e;
}

.filter-by-year-results button {
    padding-left: 5px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    padding-left: 30px;
    position: relative;
    border: none;
    background: none;
    color: #000000;
}

.filter-by-year-results button::after {
    position: absolute;
    top: 0;
    left: 15px;
    height: 100%;
    content: '';
    width: 1px;
    background: #000;
}

.filter-by-year-results button[disabled='false']:hover {
    color: #fdb728;
}

.filter-by-year-results button[disabled] {
    opacity: 0.5;
}
