Minor refinements
diff --git a/public/sass/hint.scss b/public/sass/hint.scss
index bcf3d85..d67553a 100644
--- a/public/sass/hint.scss
+++ b/public/sass/hint.scss
@@ -23,12 +23,12 @@
 #searchMirror {
   position: absolute;
   margin-top: 1px;
-  white-space: nowrap;
+  white-space: pre-wrap;
   overflow: show;
   height: 0;
   > span {
     opacity: 0;
-    white-space: nowrap;
+    white-space: pre-wrap;
     overflow: hidden;
   }
   > ul {
diff --git a/public/sass/kwic-4.0.scss b/public/sass/kwic-4.0.scss
index a126526..2b8676b 100644
--- a/public/sass/kwic-4.0.scss
+++ b/public/sass/kwic-4.0.scss
@@ -118,17 +118,34 @@
   padding-bottom: 6px;
 }
 
+li {
+  &:not(.active) em > em > em {
+    line-height: 180%;
+  }
+  &.active em > em > em {
+    line-height: 250%;
+  }
+}
+
 .class-1 { border-color: $kwic-highlight-1; }
 .class-2 { border-color: $kwic-highlight-2; }
 .class-3 { border-color: $kwic-highlight-3; }
 .class-4 { border-color: $kwic-highlight-4; }
 
-
+/*
 span.more:before {
   content: "…";
   padding-left: 2pt;
   padding-right: 2pt;
 }
+*/
+
+div.snippet.startMore:before,
+div.snippet.endMore:after {
+  content: "…";
+  padding-left: 2pt;
+  padding-right: 2pt;
+}
 
 /* active view */
 ol > li.active,