Utilities for controlling the table layout algorithm.
Use the table-auto utility to automatically size table columns to fit the contents of its cells:
Use the table-fixed utility to ignore the content of the table cells and use fixed widths for each column:
You can manually set the widths for some columns and the rest of the available width will be divided evenly amongst columns without an explicit width. The widths set in the first row will set the column width for the whole table.