FWIW, I've always found Tables to be tricky so I made my CSS as simple as i could
Sometimes inline CSS and sometimes CSS classes
Here's just my example for both, with
<td style="width: 35%">
the inline and
<td class="second">2</td>
the clsss
Using
Just some things to consider