﻿.tableContainer {
    display: table;
}

.tableRow {
    display: table-row;
}

.row {
    display: table-row;
}

.tableCell {
    display: table-cell;
    padding: 5px;
}

.tableCellYellow {
    display: table-cell;
    padding: 5px;
}


