/* The `arabic` class is used in other places in Lexicon, and we want the rule
 * below to only apply to Andreas notes, so we make it more specific.
 * It only applies in the Andreas Flashcards (`.card`), or in the Lexicon under
 * `#andreas`. */
.card .arabic,
body.lexicon #andreas .arabic {
  float: right;
  direction: rtl;
}
