Google Adsense Ad Doesn't Stay Inside <td>

Your cell is only 820px wide but you have inserted an iframe which is 1120px wide and inside that iframe you have another iframe that is also 1120px wide so the 720px ad is centred within the nested iframe and thus overflows the cell.

You need to check your add code and get the 720px ad inside a 720px iframe as you can’t change the nested iframe dimensions via css.