$(document).ready(function(){
  $(".styled tr:odd td").css({background:"#f9f9f3"});   
});




