/*
     jQuery includes for WSD
*/
// regular stiped rows ignoring thead
jQ(document).ready(function() {
  jQ('table.striped tbody tr:nth-child(odd)').addClass('oddWSD');
  jQ('table.striped tbody tr:nth-child(even)').addClass('evenWSD');
});
