body {
  margin: 24px;
}

.header {
  display: flex;
  justify-content: space-between;
}

.header > a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.header > a {
  margin-top: 1em;
}

.header > a > h1 {
  margin: 0;
}

.header > nav {
  margin-top: 1em;
  display: inline-block;
}

.header > nav > ul {
  margin: 0;
}

.header > nav > ul > li {
  display: inline-block;
  list-style-type: none;
}

.header > nav > ul > li > a {
  text-decoration: none;
  /* color: red; */
}

.header > nav > ul > li > a:hover {
  text-decoration: underline;
  color: red;
}

hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

div.title {
  display: flex;
  justify-content: space-between;
}


h2.title {
  margin-left: 1em;
  text-indent: -1em;
}

span.subtitle {
  font-size: 75%;
  font-style: italic;
  text-transform: lowercase;
}

p {
  text-indent: 1em;
}

img.plot {
  margin: auto;
  display: block;
  max-width: 80%;
  height: auto;
  text-align: center;
}

:not(pre) > code {
  background: rgba(0,0,0,0.04);
}


pre {
  padding: 1em;
  background: rgba(0,0,0,0.04);
  border-radius: 0.5em;
}

.abstract {
  font-style: italic;
}

.posts-toc h5 {
  margin-bottom: 0;
}
.posts-toc li {
  list-style: none;
}
.posts-toc li > p {
  font-style: italic;
  text-indent: 0em;
  margin-left: 2em;
  max-width: 80%;
}

.posts-toc .category > h3 {
  margin-bottom: 0em;
}
.posts-toc .category > p {
  margin-top: 0em;
  margin-left: 1em;
  text-indent: 0em;
}

address > div > span {
  display: none;
}
