.page-numbers {
    text-decoration: none;
    display: inline-block;
    vertical-align: baseline;
    min-width: 30px;
    min-height: 30px;
    margin: 0;
    padding: 3px;
    font-size: 13px;
    line-height: 1.625;
    text-align: center;

    color: #2271b1;
    border-color: #2271b1;
    background: #f6f7f7;

    border: 1px solid;
    border-radius: 3px;
}

.page-numbers.current {
    background: #f6f7f7;
    border-color: #8c8f94;
    color: #8c8f94;
    box-shadow: none;
}

.page-numbers.dots {
    border: 0px
}