@charset "utf-8";
/* CSS Document */
h1 {
  margin: 0
}
/* Div - Top section of text */
.mlma-top-section {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-top: 40px;
}
/* Div - Start new section below images */
.mlma-section {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}
/* Div - Row of 2 images with captions, row max-width 900px */
.mlma-row-two-images {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}
/* Figure - single image with caption, max-width inherited */
.mlma-single-image {
  margin-top: 40px;
  margin-bottom: 40px;
}
/* Links to Glossary Terms */
.mlma-glossary-link {
  font-weight: bold;
  text-decoration: none;
}
/* Footer Table of Contents */
a[class^="mlma-toc"], a[class^="mlma-toc"]:visited, a[class^="mlma-toc"]:hover {
  color: #fff;
}
.mlma-toc-h1 {
  font-size: 1.3em;
  font-weight: bold;
}
.mlma-toc-h2 {
  font-size: 1.1em;
  font-weight: bold;
}
.mlma-toc-li-1 {
  font-weight: bold;
  line-height: 1.1;
  padding-bottom: 0;
}
.mlma-toc-li-2 {
  font-weight: normal !important;
  margin-left: 25px;
  padding-bottom: 0;
  line-height: 1.1;
}
.mlma-toc-li-3 {
  font-weight: normal !important;
  margin-left: 40px;
  padding-bottom: 0;
  line-height: 1.1;
}
.mlma-references p {
  text-indent: -3em;
  line-height: 1.25em;
  padding-bottom: 0.25em;
  margin-left: 3em;
}