<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#paginator .frame_pag {
    display: table;
    margin: 2vh auto;
    padding: 0 40px;
    position: relative;
}

#paginator .frame_pag:before{
    content:"";
    display: table;
    width: 100%;
    height: 1px;
    background-color: #c2c0a8;
    margin-bottom: 10px;
}
#paginator .btne {
    padding: 4px 10.55px;
    display: inline-block;
    background-color: transparent;
    border-radius: 100%;
    color: #2f4c26;
    font-weight: 600;
    transition: all 0.4s ease;
    text-decoration: none !important;
    margin-right: 1px;
}
#paginator .btne_hover {
    background-color: #2f4c26;
    color: #fff;
}
#paginator .btne:hover {
    background-color: #2f4c26;
    color: #fff;
}

</pre></body></html>