.italic-title {
  font-style: italic;
}
.subtitle {
  color: #aaa;
  font-style: italic;
}
.special-container {
  padding: 5px 10px;
  background: #eee;
  border: 1px solid #ccc;
}
.marker {
  background: yellow;
}
table.compact-table {
  border-collapse: collapse;
  border: 1px solid #ccc;
}
table.borderless-table {
  border-style: hidden;
  background-color: #e6e6fa;
}
ul.square-bullet {
  list-style-type: square;
}
.big {
  font-size: 20px;
}
.small {
  font-size: 10px;
}
.typewriter {
  font-family: monospace;
}
.computer-code {
  font-family: monospace;
}
.keyboard-phrase {
  font-family: monospace;
}
.sample-text {
  font-family: monospace;
}
.variable {
  font-family: monospace;
}
.deleted-text {
  text-decoration: line-through;
}
.inserted-text {
  text-decoration: underline;
}
.cited-work {
  font-style: italic;
}
.inline-quotation {
  font-style: italic;
}
.language-rtl {
  direction: rtl;
}
.language-ltr {
  direction: ltr;
}
