Utilize vertical space when aligning components

In my app, I have a DataTable w/ 2 DAQ sliders (vertically aligned). All three are in one row, with DataTable utilzing 10 columns and each slider utlizing 1 column - done by CSS. However, the vertical sliders are aligned at the top and only utilze the top 50% of the space compared to the height of the DataTable. I am having trouble setting the DIV style for the sliders such that their height matches that of the DataTable. Anybody have a hint as to how I can accomplish this?