.pagination {
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 11px;
    line-height: 13px;
}
.pagination span, .pagination a {
	display: block;
    float: right;
    margin: 2px 7px 2px 0;
    text-decoration: none;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 700;
    color: #657181;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 35px;
}
.pagination a:hover{
    color: #fff;
    background: #cb3235;
}
.pagination .current{
    background: #00a651;
    color: #fff;
}