$(document).ready(function() {
	// Zebra stripes for tables
    $("tr:nth-child(odd)").addClass("odd");
});