$(document).ready(function(){

	$('table.nutrition tr:first-child th').addClass('fuck');
	$('table.nutrition tr td:first-child').addClass('fuck');

});
