$(
  function(){
    // раскрашиваем таблицы в зебру
    $("table.lst-tbl > tbody > tr:nth-child(odd)").addClass("odd-row");
  
  }
);