.page {
    margin-top: 40px;
   float: right;
   padding-bottom: 30px;
}
.page li {
    display: inline-block;
    min-width: 30px;
    height: 28px;
    cursor: pointer;
    color: #666;
    font-size: 13px;
    line-height: 28px;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 4px;
    text-align: center;
    margin: 0 7px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.xl-nextPage,.xl-prevPage {
    width: 60px;
    color: #0073A9;
    height: 28px;
}

.page li.xl-disabled {
    cursor: no-drop;
    border: none;
    background-color: #fff;
}

.page li.xl-active {
    background-color: #5039a1;
    border-color: #5039a1;
    color: #FFF
}