$(document).ready(function(){
$("table.styled tr:nth-child(odd)").addClass("alt");
});