.flex-table {
    display: flex;
    flex-direction: column;
    overflow-x: auto;
}

.table-row {
    flex: 1;
    display: flex;
    flex-direction: row;
}
