.gloss--glossed {
  font-size: 0.9em;
  margin-left: 0.5em;
  margin-bottom: 1em;
  border-left: 0.5em solid #eee;
  box-sizing: border-box;
  padding: 0.5em 0em 0.5em 0.5em;
}
.gloss__words:first-child {
  margin: 0;
}
.gloss__word,
.gloss__line {
  line-height: 1.5em;
  margin-bottom: 0.2em;
}

body {
  font-family: "Noto Serif", serif;
}
.box {
  box-sizing: border-box;
  border: 0.5em solid #eee;
  padding: 0 1em 0 1em;
}
.remark-slide-content {
  font-size: 18px;
  line-height: 1.5em;
}
.remark-slide-content p {
  margin-top: 0;
}
.remark-slide-content h1,
.remark-slide-content h2,
.remark-slide-content h3,
.remark-slide-content h4 {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 400;
  margin: 0.5em 0 0.5em 0;
  line-height: 1em;
}
.remark-slide-content img {
  max-width: 100%;
}
.remark-slide-content ol,
.remark-slide-content ul {
  padding-top: 0;
  margin-top: 0;
}

.mw30 img {
  max-width: 30%;
}
.mw40 img {
  max-width: 40%;
}
.mw50 img {
  max-width: 50%;
}
.mw80 img {
  max-width: 80%;
}

.d8em {
  font-size: 0.8em;
}
.ipa,
.gloss--glossed {
  font-family: "DoulosSILW", serif;
}
.ipa {
  letter-spacing: 0.05em;
}
.t,
.term {
  color: rgb(16, 95, 144);
  font-variant: small-caps;
  font-weight: bold;
}
.lg {
  font-size: 0.8em;
  color: rgb(107, 123, 128);
}
.g {
  color: gray;
}
.r {
  color: rgb(184, 20, 20);
}
.b {
  color: rgb(49, 129, 179);
}
.ex {
  font-family: "DoulosSILW", serif;
  color: rgb(170, 77, 77);
  font-style: italic;
}
.wug {
  position: relative;
  left: -0.25em;
}
.wug img {
  max-width: 20%;
}
.sc {
  font-variant: small-caps;
}
.g,
.sm {
  font-size: 0.8em;
}
.container {
  clear: both;
  width: 100%;
}
.container::after {
  content: "";
  display: table;
  clear: both;
}
.left-col {
  width: 50%;
  box-sizing: border-box;
  float: left;
  padding-right: 0.5em;
}
.right-col {
  float: right;
  width: 50%;
  box-sizing: border-box;
  padding-left: 0.5em;
}
.t0em ol,
.t0em ul,
.t0em {
  padding-top: 0;
  margin-top: 0;
}
.l1em {
  padding-left: 1em;
}
.l2em {
  padding-left: 2em;
}
.l3em {
  padding-left: 3em;
}
.c {
  display: block;
  text-align: center;
}
@page {
  size: 1210px 681px;
  margin: 0;
}

@media print {
  .remark-slide-scaler {
    width: 100% !important;
    height: 100% !important;
    transform: scale(1) !important;
    top: 0 !important;
    left: 0 !important;
  }
}
