9/2/2014 11:03:21 PM

CSS

The following selector will apply to the first td in a table.

table td:first-child { width: 150px; }