Table widths aren't being applied
If you add custom table column widths and the columns aren't willing to budge, add the following line of CSS to your site (here's how):
table.gv-table-view { table-layout: fixed; }
That will force the columns to respect your width settings.