.wp-paginate.font-inherit {
    font-family: inherit;
    position: relative;
    text-align: center;
}

.wp-paginate .prev{ position: absolute; left: 0; border: 1px solid #066632!important; background: #fff!important;  border-radius: 0px!important; padding: 3px 11px!important; line-height: 26px!important;}

.wp-paginate .next{ position: absolute; right: 0; border: 1px solid #066632!important; background: #fff!important;  border-radius: 0px!important; padding: 3px 11px!important; line-height: 26px!important;} 

.wp-paginate.wpp-modern-grey span.page,
.wp-paginate.wpp-modern-grey a.page{
    background: #f8f8f8;
    border: 1px solid #efecee;
    border-radius: 0px;
    color: #000;
    padding: 2px 10px;
    font-size: 16px; 
 }