/* Cosmetic only */

.easyPaginateNav {
    margin-top: 30px;
    text-align: center;
}

.easyPaginateNav a {
    font-size: 14px;
    display: inline-block;
    margin: 3px;
    width: 30px;
    height: 30px;
    margin: 0px 2px;
    border: 1px solid #423e3e;
    padding-top: 5px;
    border-radius: 50% !important;
    color: #423e3e;
    text-align: center;
}

.easyPaginateNav a.current,
.easyPaginateNav a:hover {
    background-color: #00652d;
    color: #fff;
}