$(document).ready(function(){
	$('tr tr td:nth-child(3)>div').each(function(){
		$(this).hide();
	});
});
