The following selector will apply to the first td in a table.
copytable td:first-child { width: 150px; }
table td:first-child { width: 150px; }