.navigation-pages-wrapper {
    margin-top: 10px;
}

.navigation-pages-wrapper a.navigation-page,
.navigation-pages-wrapper a.navigation-pages-right-control,
.navigation-pages-wrapper a.navigation-pages-left-control {
    display: inline-block;
    
    font-weight: bold;
    color : black;
    width: 33px;
    height: 36px;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
}

.navigation-pages-wrapper a.navigation-page.active,
.navigation-pages-wrapper a.navigation-pages-right-control,
.navigation-pages-wrapper a.navigation-pages-left-control {
    background-color: #296C8F;
    color: #fff !important;
    border-radius: 5px;
    font-size: 17px;
}

.navigation-pages-wrapper a.navigation-pages-right-control,
.navigation-pages-wrapper a.navigation-pages-left-control {
    display : block;
    width: 101px;
}

.navigation-pages-inner-wrapper {
    text-align: center;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}