/* 
 * For match rack-by-rack play record.
 * /
 
/*
 * Highlight the row the cursor is on.
 */
tr:hover {
      background-color: rgba(126, 255, 0, 0.3);
  }


