
$(document).ready(function(){
	$("table.schedule tbody tr td:not(:first-child):not(:empty)").addClass("data");
});
