jQuery(document).ready(function($) {
	$(".pretty-table tr:even").addClass("dark");
	$(".pretty-table tr td:first-child").addClass("cel-l");
	$(".pretty-table tr td:last-child").addClass("cel-r");
});
