
.pages {
    margin: 20px 0;
    text-align: right;
    display: inline-flex;
}
.pages a, .pages span {
    cursor: pointer;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-right: 8px;
    text-align: center;
    text-decoration: none;
    transition: none 0s ease 0s;
    width: 30px;
    background-color: #FFF;
    border: 1px solid;
    border-color: #000;
    color: #000;
}
.pages a.first, .pages a.last, .pages a.first:hover, .pages a.last:hover {
    background-color:transparent;
    color: #000000;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.pages span.current, .pages a:hover {
    background-color: #1b1c20;
    color: #FFFFFF;
}
.pages span.first-disabled, .pages span.last-disabled {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    color: #CCCCCC;
    cursor: default;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.pages:after {
    clear: both;
    content: "";
    display: block;
}

.wrap-paging {
    width: 100%;
    position: relative;
    float: left;
    text-align: right;
}

.pages span.first-disabled i, .pages span.last-disabled i {
    line-height: 28px;
    font-size: 20px;
}

.pages a.first i, .pages a.last i {
    line-height: 28px;
    font-size: 20px;
}