#pagination .nbr_page_content {
    text-align: center;
}
#pagination .nbr_page_content {
    text-align: center;
    font-size: 18px;
    font-family: "Segoe UI";
    font-weight: lighter;
    line-height: 25px;
    background: #FFF;
    display: table;
    margin: 50px auto 0 auto;
    float: none;
    z-index: 2;
    position: relative;
    padding: 0 20px;
}
#pagination .nbr_page {
    color: #a2a2a2;
    text-decoration: none;
    margin: 0 10px;
    width: 25px;
    height: 25px;
    display: inline-block;
}
#pagination .nbr_page.selected {
    background: #0093de;
    color: #FFF!important;
    text-decoration: none;
    display: inline-block;
    border-radius: 100%;
    width: 25px;
    height: 25px;
}
#pagination .nbr_page:hover {
    background: #0093de;
    color: #FFF!important;
    text-decoration: none;
    display: inline-block;
    border-radius: 100%;
    width: 25px;
    height: 25px;
}

