Open hint and QL menu in the guided tour

Change-Id: I404b6c798fc403b9fd9e8bddaaf485c67a8d85e3
diff --git a/dev/scss/main/matchinfo.scss b/dev/scss/main/matchinfo.scss
index 1ec162b..c48a856 100644
--- a/dev/scss/main/matchinfo.scss
+++ b/dev/scss/main/matchinfo.scss
@@ -31,6 +31,10 @@
   text-align: left;
 }
 
+div.matchtable {
+    background-color: $dark-orange;
+      }
+  
 div.matchtable > div {
   z-index: 20;
   margin-left: $left-distance - ($border-size / 2);
@@ -39,7 +43,7 @@
   overflow-x: auto;
   overflow-y: visible;
   width: auto;
-
+  
   table {
     display: table;
     border-collapse: separate;
@@ -195,6 +199,7 @@
   overflow-y: visible;
   padding: 0;
   margin-top: 1pt;
+  background-color: $dark-orange;
 
   > div {
     position: unset;