.pagenav-wrapper .pagenav-content {
    text-align: center;
    line-height: 28px;
    padding: 10px 10px 20px;
    overflow: hidden;
}
.pagenav-wrapper .pagenav > div {
    background-color: rgb(255, 255, 255);
    line-height: 29px;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    border-radius: 2px;
    padding: 0 8px;
}
.pagenav .pagenav-select {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    cursor: pointer;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    border-radius: 0px;
}
.pagenav .pagenav-cur {
    -webkit-box-flex: 1;
    position: relative;
    box-shadow: rgb(215, 215, 215) 0px 3px 3px inset;
    flex: 1 1 0%;
    background: rgb(255, 255, 255);
}
.pagenav .pagenav-text {
    min-width: 80px;
}