If you have a problem with the contents of your second column dropping down the height of the contents in your first coloumnĀ – this is the solution
tbody th {
background:none;
padding:8px 2px 8px 10px;
text-align:left;
}
tbody td {
padding:8px 2px 8px 10px;
vertical-align: top
}