.tnt-paginated-article {
    overflow: hidden;
}
.tnt-paginated-article-outer-stage {
    overflow: hidden;
    transition: height 500ms ease-in-out;
}
.tnt-paginated-article-stage {
    float: left;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.tnt.paginated-article-stage.resizing {
    transition: all 0s ease 0s;
}
.tnt-paginated-article-page {
    position: relative;
    float: left;
    min-height: 1px;
    white-space: normal;
}
.tnt-paginated-article .tnt-paginated-article-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.tnt-paginated-article .tnt-paginated-article-controls .tnt-slider-previous,
.tnt-paginated-article .tnt-paginated-article-controls .tnt-paginated-article-controls-counter,
.tnt-paginated-article .tnt-paginated-article-controls .tnt-slider-next {
    width: 33.33%;
}
.tnt-paginated-article .tnt-paginated-article-controls .tnt-paginated-article-controls-counter {
    text-align: center;
}
.tnt-paginated-article .tnt-paginated-article-controls .tnt-slider-next {
    text-align: right;
}