<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pages {
    clear: both;
    margin: 2.5rem auto 2.5rem auto;
    padding-top: 0.625rem;
    overflow: hidden;
    text-align: center;
    font-size: 0.875rem;
}

.pages ul li:first-child {
    display: inline-block;
}

.pages ul li:first-child a {
    display: inline;
}

.pages ul li {

    list-style-type: none;
    text-align: center;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 0.375rem 0.9375rem;
    margin: 0 1px;
    line-height:1.5rem;
    background: #fff;
    color: #999;
    border-radius: 2px;
    font-size:1rem;
}

.pages ul li:last-child {
    border: 0;
    color: #999 !important;
}

.pages ul li:last-child:hover {
    background: #fff;
    border: 0;
}

.pages ul li:hover {
    background: #e01b21;
    color: #fff;
    border: 1px solid #e01b21
}

.pages ul li:hover a {
    color: #fff;
}

.pages ul li.thisclass {
    display: inline-block;
    border: 1px solid #e01b21;
    padding: 0.375rem 0.9375rem;
    margin: 0 1px;
    background: #e01b21;
    color: #fff;
}

.pages ul li.thisclass a {
    color: #fff;
}

.pages ul li a {
    display: block;
    color: #999
}

.pages ul li a:hover {
    color: #fff;
}</pre></body></html>