.pager-wrap {
    border: 1px solid #e5e5e5;
    background-color: #fff;
    margin-bottom: 15px !important;
    text-align: right;
    padding: 20px !important;
}
.pagination {
    display: ;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.pages {
    color: rgba(0,0,0,.8);
    font-weight: bold;
    clear: both;
}
.pages a {
    border: 1px solid #ddd;
    padding: 4px 10px;
    color: #333;
    font-weight: normal;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.page-cur {
    border: 1px solid #ddd!important;
    padding: 4px 10px!important;
    color: #fff!important;
    font-weight: normal;
    -moz-border-radius: 3px!important;
    border-radius: 3px!important;
    background-color: #949494!important;
}