Remove stripes from multiple term annotations in table view

Change-Id: Id256ec258071271b2189a38a28e0f6c252004f14
diff --git a/dev/scss/main/matchinfo.scss b/dev/scss/main/matchinfo.scss
index dab1d83..4446fc8 100644
--- a/dev/scss/main/matchinfo.scss
+++ b/dev/scss/main/matchinfo.scss
@@ -213,21 +213,25 @@
     white-space: nowrap;
     vertical-align: top;
     text-align: center;
+    /*
     div {
       background-color: $light-orange; // $nearly-white;
     }
+   */
   }
   tr:nth-child(even) > td {
     background-color: $light-orange;
+    /*
     div:nth-child(even) {
       background-color: $middle-orange;
     }
+*/
   }
-
+  /*
   tr:nth-child(odd) > td > div:nth-child(odd) {
     background-color: $middle-orange;
   }
-
+  */
 
   // table for key-value pairs
   td.matchkeyvalues {