.price-comment {
  color: blue;
  font-size: 75%;
}

.headword.sm {
  font-size: 125%;
  font-weight: bold;
}

.is-header-after-icon, .is-after-icon {
  display: inline-block;
  margin-left: 1em;
  color: gray;
  font-weight: normal !important;
  text-decoration: none;
}

.is-header-after-icon {
  font-size: 60%;
}

.is-header-after-icon:hover, .is-after-icon:hover {
  cursor: pointer;
}

img.thumb {
  border: thin solid black;
  margin: 0.5em;
  max-width: 4em;
}

img.thumb.is-small {
  border: thin solid black;
  margin: 0.4em;
  max-width: 3em;
}

.meaning-group.nt {
  font-style: italic;
}

.no-mp {
  border: 0;
  padding: 0;
}

.parsed {
  color: blue;
}

.pseudo-link {
  color: blue;
}

.entry-summary:hover, .pseudo-link:hover, .sample-summary:hover {
  cursor: pointer;
}

table.parse-solution td {
  padding-right: 1em;
}

/* .unparsed
 * *  color: darkred */