/*
FYI:
    # is associated with the node id attribute
    . is associated with the node class attribute
*/
/*
#math-footnotes {
    border-top: 1px solid #aaa;
    border-clip: 3in;
    padding: 0.3em 0;
    margin: 10px 0;
}
*/
.math-definition {
  background-color: white;
}

.math-definition-text {
  font-style: italic;
}

.math-definition-header {
  display: inline;
  font-style: italic;
  font-weight: bold;
  text-decoration: underline;
}

.math-theorem-text {
  font-style: italic;
}

.math-theorem {
  background-color: white;
}

.math-theorem-proof {
  font-style: italic;
}

.math-theorem-header {
  display: inline;
  font-style: italic;
  font-weight: bold;
  text-decoration: underline;
}

.math-theorem-qed {
  font-style: italic, bold;
  background-color: white;
  text-align: end;
}

.math-lemma-text {
  font-style: italic;
}

.math-lemma {
  background-color: white;
}

.math-lemma-proof {
  font-style: italic;
}

.math-lemma-header {
  display: inline;
  font-style: italic;
  font-weight: bold;
  text-decoration: underline;
}

.math-lemma-qed {
  font-style: italic, bold;
  background-color: white;
  text-align: end;
}

.math-corollary-text {
  font-style: italic;
}

.math-corollary {
  background-color: white;
}

.math-corollary-proof {
  font-style: italic;
}

.math-corollary-header {
  display: inline;
  font-style: italic;
  font-weight: bold;
  text-decoration: underline;
}

.math-corollary-qed {
  font-style: italic, bold;
  background-color: white;
  text-align: end;
}

.math-proposition-text {
  font-style: italic;
}

.math-proposition {
  background-color: white;
}

.math-proposition-proof {
  font-style: italic;
}

.math-proposition-header {
  display: inline;
  font-style: italic;
  font-weight: bold;
  text-decoration: underline;
}

.math-proposition-qed {
  font-style: italic, bold;
  background-color: white;
  text-align: end;
}

.reference-entry-title {
  font-style: italic;
}

.reference-title {
  font-weight: bold;
  text-decoration: underline;
}

.reference-entry-creators {
  font-style: normal;
}

.reference-entry-publisher {
  font-style: normal;
}

.left {
  float: left;
  width: 100px;
  height: 100px;
  margin: 0 10px 10px 0;
}

/*# sourceMappingURL=math.css.map */