.page{
    text-align:center;
    margin-top: 40px;
    padding-bottom: 40px;
}
.page a{
    margin: 0px 2px;
    display: inline-block;
    width: 28px;
    height: 28px;
    background-color:#ffffff;
    border: 1.5px solid #e6e6e6;
    border-radius: 2px;
    color: #808080;
    text-align: center;
}

.page a:hover{
    background-color:#298BED;
    border: 1.5px solid #298BED;
    color: #ffffff !important;
}

.page-number{
    width: 40px;
    height: 28px;
    border: 1.5px solid #298BED;
    border-radius: 2px;
    color: #808080;
}

.page-right{
    float: right;
    margin-right: 10px;
    margin-top:3px;
}

.article-number{
    margin-right: 10px;
}

.page_active{
    background-color: #298BED !important;
    color: #ffffff !important;
    border: 1.5px solid #298BED !important;
}

@media screen and (max-width: 480px){
    .page{
        text-align:center;
        margin-top: 20px;
        padding-bottom: 20px;
    }
}