Finalized flags
diff --git a/dev/scss/main/kwic.scss b/dev/scss/main/kwic.scss
index 8e68fbf..7ad9ab4 100644
--- a/dev/scss/main/kwic.scss
+++ b/dev/scss/main/kwic.scss
@@ -145,12 +145,12 @@
     > li.marked:not(.active):not(:target) {
       div.flag {
 	position: absolute;
-	background-color: $dark-orange;
 	top: 0;
 	width: 11px;
 	height: 100%;
 	margin-left: 50%;
-	border-right: 1px solid $light-orange;
+	background-color: $dark-orange;
+	border-right: 1px solid $darkest-orange;
       }
     }
   }
diff --git a/dev/scss/util.scss b/dev/scss/util.scss
index e3e1c2b..b129e2e 100644
--- a/dev/scss/util.scss
+++ b/dev/scss/util.scss
@@ -229,4 +229,5 @@
 $fa-question:    "\f128";
 $fa-checked:     "\f046";
 $fa-check:       "\f096";
-$fa-code:        "\f121";
\ No newline at end of file
+$fa-code:        "\f121";
+$fa-marked:      "\f005";
\ No newline at end of file
diff --git a/templates/match.html.ep b/templates/match.html.ep
index 627adbc..f3b5474 100644
--- a/templates/match.html.ep
+++ b/templates/match.html.ep
@@ -9,6 +9,7 @@
     id="<%= $id %>"\
 <% if (current_route eq 'match') { %> class="active"<% } =%>>
   <div>
+    <div class="flag"></div>
 %# --- Snippet
     <div class="snippet<%= $match->{startMore} ? ' startMore' : '' %><%= $match->{endMore} ? ' endMore' : '' %>"><%== $match->{snippet} %></div>
   </div>