Add the following to your CSS for the specific <td> in your style sheet:

display: table-cell;
    vertical-align: top;

If you happent to need to add some padding to the top, use:

 

    padding-top: 10px;