Table Overflow

The table starts to overflow because, after all of the text has wrapped as much as it can, the bulleted list items are wider than the available space. You might be able to reduce some padding at the narrowest widths, or perhaps display the list items in a single column at the the narrowest width.

Have you made an effort to validate the code on this page?

476 errors. Even though some of them are almost trivial (and could be fixed easily) when we get down to the tables the errors are significant. One cannot build a table with <thead> tags nested this way. Nested tables actually need to be placed inside a parent <td>. It looks like it was done so you can use the <th> tags in the titles for each table section; but it’s just too creative.

The list structure in the footer is whacked. <h2> and <br> tags outside of list item tags is not valid.

Occasional trips through the validator would help minimize an accumulation of errors.