
.easyPaginateNav{
    margin-top:20px;
}
.easyPaginateNav a.current {font-weight:bold;text-decoration:underline;}

.easyPaginateNav a:first-child {
    border-left: 1px solid #eaeaea;
}
.easyPaginateNav a {
    text-align: center;
    display: inline-block;
    margin: 0;
    border: 1px solid #eaeaea;
    border-left: 0;
    background-color:#fff;
    
    padding: 2px 7px;
    font-size: 16px;
    text-decoration: none;
    line-height: 25px;
    color: #555;
}
.easyPaginateNav a.current {
    background-color: #f8f8f8;
    color: #111;
}
