Remove alternative annotations and make all multi-key annotations separately chooseable in querycreator

Change-Id: I1ed5d5f7b2d15e7367f9011dd102e8f9ee077f3a
diff --git a/dev/scss/main/matchinfo.scss b/dev/scss/main/matchinfo.scss
index b71f691..dab1d83 100644
--- a/dev/scss/main/matchinfo.scss
+++ b/dev/scss/main/matchinfo.scss
@@ -214,18 +214,18 @@
     vertical-align: top;
     text-align: center;
     div {
-      background-color: $middle-orange; // $nearly-white;
+      background-color: $light-orange; // $nearly-white;
     }
   }
   tr:nth-child(even) > td {
     background-color: $light-orange;
     div:nth-child(even) {
-      background-color: $light-orange;
+      background-color: $middle-orange;
     }
   }
 
   tr:nth-child(odd) > td > div:nth-child(odd) {
-    background-color: $light-orange;
+    background-color: $middle-orange;
   }