The table-layout property sets the table layout algorithm to be used for a table.
table-layout: auto|fixed|initial|inherit;
table { table-layout: fixed; }