$(function() {
 $("td:nth-child(1)").css('text-align', 'center');
}); 
