$(function() {
	$("table").each(function() {
		$(this).addClass("no-border");	
	});
});