<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Extracted from main.css
 */

div.paging-top {
    text-align: right;
}
div.page-more-l, div.page-more-r {
    display: inline-block;
}
p.page-list, p.page-more {
    display: table;
    margin-bottom: 0px;
    font-weight: bold;
}
p.page-list, p.page-more {
    margin-left: 40px;
}
p.page-list span, p.page-more span {
    color: #535353;
    float: left;
    margin-right: 9px;
    padding-top: 7px;
}
p.page-more input.inp-text {
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #535353;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    padding: 6px 8px;
    text-align: center;
    width: 40px;
    height: 18px;
}
p.page-more input[type="button"] {
    background-color: #fd922a;
    border: medium none;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
    color: #444444;
    margin-left: 8px;
    margin-right: 0px;
    padding: 8px;
    height: 32px;
    line-height: 14px;
    cursor: pointer;
    vertical-align: top;
}
p.page-list a {
    display: block;
    float: left;
    width: auto;
    height: 18px;
    line-height: 17px;
    padding: 6px 10px;
    border-radius: 3px;
    margin-right: 10px;
    color: #535353;
    background: #fff;
    border: 1px solid #cfcfcf;
    text-decoration: none;
    text-align: center;
}
p.page-list a:last-child {
    margin-right: 0px;
}
p.page-list a.active {
    color: #535353;
    background: #f0f0f0;
}
p.page-list a:hover, p.page-list a.active:hover {
    color: #ffffff;
    background: #263846;
}
</pre></body></html>