.normal-page {
    cursor: pointer;
}

.selected-page, .normal-page {
    display: block;
    float: left;
    height: 26px;
    border: 1px solid #EAEAEA;
    margin-left: -1px;
    margin-top: 2px;
    text-align: center;
    font-size: 0.85em;
    line-height: 26px;
    color: #696969;
    text-decoration: none;
    padding: 2px 10px;
}

.selected-page {
    color: #C7151E;
}

#article_paginator .pagination {
    float: right;
    height: auto;
}