HandsonTable in IE11 Does Not Render Data Columns Lined Up with Header Columns

This style seemed to fix this issue:

/*IE11 does not display widths correctly.  This fixes that error.*/
.wtHolder {
    width: auto !important;
}