a.page_item,
.page_item {
	width: 40px;
    height: 40px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 4px;
    color: #fff;
    background-color: #6296c0;
    border-color: #6296c0;
    margin-right: 10px;
    border: 2px solid #6296c0;
    text-decoration: none;
    transition: .5s;
}
span.page_item,
a.page_item:hover,
.page_item:hover {
    text-decoration: none;
	background: none;
	color: #6296c0;
}
.pagenavigation{
	margin-top: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}