Make the first columns in the first two tables colored red.

     
     
     

     
     
     

     
     
     
$("table").filter("table:lt(2)").find("tr td:first-child").css("border","3px solid red");