﻿
.wp-pagenavi {
    clear: both;
    text-align: center;
}

    .wp-pagenavi a, .wp-pagenavi span {
        text-decoration: none;
        /*border: 1px solid #BFBFBF;*/
        padding: 5px 5px;
        margin: 2px;
        font-weight: 300;
        font-style: normal;
        font-size: 14px;
        color: #000000;
        line-height: 17px;
    }

        .wp-pagenavi span.no-headline {
            border: none;
        }

        .wp-pagenavi a:hover, .wp-pagenavi span.current {
            border-color: #000;
        }

        .wp-pagenavi span.current {
            font-weight: bold;
            font-size: 14px;
        }

.wl_pages {
    white-space: nowrap;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    color: #000000;
    line-height: 17px;
}

.wl_pagelarger {
    margin-top: 10px;
    white-space: nowrap;
    border: 0px solid #F1F5F9;
    border-radius: 4px;
}
