Minor refinements
diff --git a/templates/match.html.ep b/templates/match.html.ep
index adf5a0e..95055cc 100644
--- a/templates/match.html.ep
+++ b/templates/match.html.ep
@@ -8,7 +8,7 @@
%#
%# -- Match information (snippet, morph table, tree information etc.)
<div>
- <div class="snippet"><%== $match->{snippet} %></div>
+ <div class="snippet<%= $match->{startMore} ? ' startMore' : '' %><%= $match->{endMore} ? ' endMore' : '' %>"><%== $match->{snippet} %></div>
<div class="tokenInfo"></div>
%# <div class="treeInfo"></div>
</div>