The contents of a table are center-vertically aligned by default. To change this use:
#my_table td { vertical-align: top; }
To make a particular table column occupy the maximul available space use:
#my_table td_max_id { width:100%; }