body {
  font-family: monospace;
  font-size: 100%;
  background-color: white;
  color: #111;
  min-width: 400px;
  min-height: 200px;
  padding: 1em;
  margin: 5% 10%;
  border: thin solid gray;
  border-radius: 5px;
  display: block;
  line-height: 1.4 !important;
}

a:link    { color: #0067d6; text-decoration: underline; }
a:hover   { color: #0067d6; }
a:visited { color: #0067d6; }

h1 a { color: inherit !important }
h2 a { color: inherit !important }
h3 a { color: inherit !important }
h4 a { color: inherit !important }
h5 a { color: inherit !important }
h6 a { color: inherit !important }

.post-header {
    margin: 3em auto;
    line-height: 0.5em;
}

.post-header h1 {
    text-align: center;
    font-size: xxx-large;
}

#table-of-contents {
    margin: 3em auto;
}

#menu li {
    display: inline;
}

#post-list {
    margin-bottom: 1em;
    margin-top: 1em;
}

pre {
    margin: 2em 2em 2em 2em;
    white-space: pre-wrap;
    border: 1px solid #ededf0;
    border-radius: 4px;
    background: #FAFDFF;
}

.ln {
    padding: 0 1em 0 0;
}

dd {
  margin: 0;
}

.meta {
    text-align: center;
}

.docutils.literal {
    padding: .1em .4em;
    background-color: #edf0f4;
    border-radius: 4px;
}

.caption {
  text-align: center;
  font-style: italic;
  font-size: small;
}

.figure.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
