@charset "UTF-8";
.pretitlebar {
  margin-bottom: -2ex;
  margin-top: 2ex;
}

.pretitle {
  font-size: 26px;
  color: #333;
}

.date {
  font-size: 26px;
  color: #999;
  text-align: right;
}

.publication-link {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

h1 {
  margin-bottom: 1ex;
}

.toc h2 {
  margin-top: 0px;
}

ul {
  position: relative;
  list-style: none;
  margin-left: 0;
  padding-left: 1.2em;
}

.row ul li:before {
  content: "–";
  position: absolute;
  left: 0;
}

.more-space-list li {
  margin-bottom: 0.5em;
}

.footer {
  height: initial;
}

.h1-grey {
  color: #666;
}

.content img {
  max-width: 100%;
  margin-top: 1ex;
  margin-bottom: 2ex;
  border: 1px solid #999;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.content table {
  border: none;
  font-size: 0.9em;
  max-width: 100%;
  margin-top: 1ex;
  margin-bottom: 2ex;
}
.content th,
.content td {
  border: none;
  padding: 4px;
  vertical-align: top;
}
.content th {
  color: #375a7f;
  border-bottom: 2px solid #000;
}
.content tr {
  border-bottom: 1px solid #000;
}
.content th,
.content td {
  padding-right: 15px;
}
.content code {
  color: #375a7f;
  background-color: #f0f0f0;
}
.content blockquote {
  font-size: inherit;
  border-left: 5px solid #375a7f;
}
.content .footnotes::before {
  content: "";
  width: 30%;
  border-top: 1px solid #999;
  display: block;
  margin-top: 3em;
  margin-bottom: 1ex;
}

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