.tx-pagebrowse {
    display: flex;
    flex-direction: row;
    justify-content: center;
    white-space: nowrap;
    text-align: center;
}

.tx-pagebrowse-more, .tx-pagebrowse-less, .tx-pagebrowse-current,
.tx-pagebrowse-first, .tx-pagebrowse-prev, .tx-pagebrowse-next,
.tx-pagebrowse-last {
    padding: 0 5px;
}

.tx-pagebrowse div a {
    padding: 0 5px;
    box-sizing: border-box;
}

.tx-pagebrowse-pages {
    min-width: 0;
    max-width: 450px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow: hidden;
}

.tx-pagebrowse-pages div {
    max-width: 50px;
    flex: 1 0 auto;
}