.table-block {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
}

.table-block-center,
.table-block-left,
.table-block-right {
    display: block;
    width: max-content;
    max-width: 100%;
}

.table-block-center {
    margin-left: auto;
    margin-right: auto;
}

.table-block-left {
    margin-right: auto;
}

.table-block-right {
    margin-left: auto;
}

.caption-right {
    text-align: right;
}

.caption-center {
    text-align: center;
}

.caption-left {
    text-align: left;
}