.simple-pagination {
    display: block;
    overflow: hidden;
    padding: 0 5px 5px 0;
    margin: 0;
    text-align: center;
}
.simple-pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.simple-pagination li {
    list-style: none;
    padding: 0;
    margin: 0 0px 0 15px;
    float: left;
    min-height: 28px;
}
.simple-pagination li:nth-child(3) {
    margin: 0;
}
.simple-pagination li:last-child {
    margin: 0;
}
.light-theme a, .light-theme span {
    float: left;
    color: #9b9ba0;
    font-size: 1.6rem;
    line-height: 26px;
    font-weight: normal;
    text-align: center;
    min-width: 13px;
    padding: 0 3px;
    margin: 0 7px 0 0;
    border-radius: 3px;
}
.light-theme .current {
    vertical-align: middle;
    min-width: 22px !important;
    min-height: 22px !important;
    width: 22px;
    height: 22px;
    border-radius: 50% !important;
    border: 2px solid #237fff;
    line-height: 23px;
    padding: 0;
    color: #2485F2;
    cursor: default;
}
.light-theme a:hover { text-decoration: none; }
.light-theme .current.next,
.light-theme .current.last,
.light-theme .current.prev,
.light-theme .current.first {
    width: auto !important;
    height: auto !important;
    border-radius: 3px !important;
    border: none;
    margin-top: 3px !important;
    line-height: 20px;
    color: #a4acc6;
}
.light-theme .ellipse {
    background: none; border: none; border-radius: 0;
    box-shadow: none; font-weight: bold; cursor: default;
}
.light-theme .ratio { border: none; background: none; box-shadow: none; }
.pagination { width: 100%; margin: 30px auto; text-align: center; }
@media screen and (max-width: 768px) {
    .pagination { margin: 20px auto; }
    .light-theme a, .light-theme span { font-size: 1.4rem; margin: 0 4px 0 0; }
}
