Attach the querycreator object to the annotation table object

Change-Id: Ia6bdd0f1dd786de4286633e83e872e41c590f148
diff --git a/dev/scss/main/kwic.scss b/dev/scss/main/kwic.scss
index 9927be3..847c344 100644
--- a/dev/scss/main/kwic.scss
+++ b/dev/scss/main/kwic.scss
@@ -125,10 +125,23 @@
   display: none;
 }
 
-#search li.active div.matchinfo {
-  display: block;
+#search {
+
+  li.active div.matchinfo {
+    display: block;
+  }
+
+  li.active + li.active {
+    border-top: $border-size solid $light-grey;
+    padding-top: 3 * $border-size;
+    > ul.action.right {
+      padding-top: 3 * $border-size;
+    }
+  }
 }
 
+
+
 #search div.match-main {
   position: relative;
   z-index: 4;