/* jbr.me.uk/ranto/ directory-level stylesheet */
 b, .phon { /* IPA */
  font: 1em/1.2 "charis sil",ipa,"palatino linotype",palatino,serif;
  letter-spacing: 1px;
  line-height: 1.2;
 }
 h1 {
  margin-top: 0;
 }
 html { /* force consistent vertical scrollbar */
  overflow-y: scroll; /* MSIE9+ */
 }
 i, u, .orth { /* samples in standard orthography */
  font: 1em/1.2 verdana, geneva, tahoma, sans-serif;
  text-decoration: none;
 }
 i, :lang(eo) { /* yes, :lang is in CSS2 */
  color: #901;
  text-shadow: 0 0 1px #f9a; /* MSIE10+ */
 }
 i:after, u:after {
  content: "\27e9"; /* right single (obtuse) angle bracket */
 }
 i:before, u:before {
  content: "\27e8"; /* left single (obtuse) angle bracket */
 }
 nav a { /* so it's [LEXICO...] */
  text-overflow: ellipsis;
 }
 table {
  margin: 0 auto;
 }
/* I consider this too trivial to copyright, but if not, it's under *
 * the same CC-BY-SA 4.0 International license as the rest of this. */
