[social]Table layout fixed with `table-layout: fixed;` , `word-wrap: break-word;` , and then using the `th:nth-child(1) { width: 60px; }` to set the width for each column. I had forgotten about the `nth-child(#) { }` in CSS to set fixed column widths.