﻿
.table {
    width: 100%;
    overflow: auto
}

.table-th, .table-td {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.table-heading {

}

.table-column {
    width: 200px;
}
