.result {
  margin: 1em 0;
  padding-left: 24px;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-position: top left;
}
.result cite {
  color: #0E774A;
  font-style: normal;
  font-size: 0.8em;
  margin: 0;
}
.result .date, .column-main .content .result .date {
  padding: 0;
}
.result .excerpt {
  padding: 0 0.5em;
  margin: 0.2em 0 0 0;
}

.no_query_match {
  color: inherit !important;
}
.query_match {
  font-weight: bold;
  color: #000000 !important;
}
.query_match.query_match_1  { background-color: #66ffff; }
.query_match.query_match_2  { background-color: #ff66ff; }
.query_match.query_match_3  { background-color: #ffff66; }
.query_match.query_match_4  { background-color: #ff8888; }
.query_match.query_match_5  { background-color: #88ff88; }
.query_match.query_match_6  { background-color: #8888ff; }
.query_match.query_match_7  { background-color: #88dddd; }
.query_match.query_match_8  { background-color: #dd88dd; }
.query_match.query_match_9  { background-color: #dddd88; }
.query_match.query_match_10 { background-color: #aaddff; }
.query_match.query_match_11 { background-color: #aaffdd; }
.query_match.query_match_12 { background-color: #ddaaff; }
.query_match.query_match_13 { background-color: #ddffaa; }
.query_match.query_match_14 { background-color: #ffaadd; }
.query_match.query_match_15 { background-color: #ffddaa; }

kbd {
  background-color: #ffff66;
  color: #0000dd !important;
  padding: 1px 6px;
  font-size: 0.9em;
  white-space: nowrap;
}