﻿
.wp-pagenavi {
    clear: both;
    text-align:center;
    padding-right:0px;
   
}

    .wp-pagenavi a, .wp-pagenavi span {
        text-decoration: none;
        border: 0px solid #016697;
        border-top: 0px solid #016697;
        border-bottom: 0px solid #016697;
        padding: 5px 10px;
        margin-right: -4px; /*-5px;*/
        font-size: 0.875rem;
        line-height: 22px;
        font-weight: 400;
        color: #15354A !important;
        background-color: #FFFFFF;
    }

.wp-pagenavi span.no-headline {
	border: none;
}

        .wp-pagenavi a:hover, .wp-pagenavi span.current {
            font-size: 0.875rem;
            line-height: 22px;
            font-weight: 400;
            color: #FFFFFF !important;
            background-color: #016697;
            border-radius: 0px;
        }

        .wp-pagenavi span.current {
            font-size: 0.875rem;
            line-height: 22px;
            font-weight: 400;
            color: #FFFFFF !important;
            border: 0px solid #016697;
            border-top: 0px solid #016697;
            border-bottom: 0px solid #016697;
            background-color: #016697;
            border-radius: 0px;
        }
.wl_pages {
    white-space: nowrap;
    font-size: 0.875rem;
    line-height: 22px;
    font-weight: 400;
    color: #15354A;
}
.nav-links {
    margin-top: 15px;
}
.navarrow {
    color: #15354A !important;
    font-weight: bold;
    font-size: 0.875rem !important;
}