$(document).ready(function(){
$("td:first-child").css("backgroundColor","#efefef");
})
