

.pages {
    width: 100%;
    float: left;
    text-align: right;
    position: relative;
}
.pages span,.pages a {
    padding: 8px 12px;
    border: 1px solid #ededed;
    margin: 0 2px;
    font-weight: bold;
}

.pages .first-disabled,.pages .last-disabled {
    color: #949494;
    background: #f3f3f3;
}

.pages span.current {
    background: #55ab3c;
    border: 1px solid #55ab3c;
    color: #FFF;
    font-weight: bold;
}
.pages .first-disabled,.pages .last-disabled,.pages .first,.pages .last{
    font-weight:normal;
}

.pages a:hover {
    color: #FFF;
    background: #55ab3c;
    border: 1px solid #55ab3c;
}

.pages a {
    color: rgb(72, 72, 72);
}