$(document).ready(function() {
  /* ALTERNATING ROW COLOR FOR GROUP TABLES */
  $("#events_table tr:nth-child(odd)").addClass("odd");
});
