<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*css manu style pagination*/
.manu {
    text-align: center;
    height: 37px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.manu a,
.manu span {
    width: 37px;
    height: 37px;
    background: #d5e1d9;
    text-align: center;
    line-height: 37px;
    text-decoration: none;
    display: inline-block;
    color: #000;
    font-size: 20px;
    border-radius: 50%;
    margin: 0;
}

.manu a:hover {
    color: #fff;
    background: #25663c;
}

.manu a:active {
    color: #fff;
    background: #25663c;
}

.manu .current {
    color: #fff;
    background: #25663c;
    display: inline-block;
}

.manu .disabled {
    display: none;
}</pre></body></html>