@import url('https://fonts.googleapis.com/css?family=EB+Garamond|Forum|Inconsolata');

body {
  font-family: 'Forum', serif;
  max-width: 600px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.5;
}

img {
  width: 95%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

figcaption {
  font-family: 'EB Garamond', serif;
  text-align: center;
  font-style: italic;
  font-size: 0.8em;
  color: #444444;
}

.super-header {
  margin-top: 5px;
  font-size: 200%;
  line-height: 1.25;
}

.super-sub-header {
  margin-bottom: 1.5em;
  font-size: 120%;
  line-height: 1.25;
}

.header {
  margin-bottom: 0.15em;
  font-size: 400%;
  line-height: 1.1;
}

a {
  text-decoration: none;
  color: red;
}

a:hover {
  border-bottom: red 1px solid;
}

.donate-header {
  background-color: #FFFBCC;
  margin-bottom: 30px;
}
.donate-footer {
  background-color: #FFFBCC;
  margin-top: 50px;
}

.copyright {
  margin-top: 2px;
  font-size: 75%;
}

img {
  display: block;
  max-width: 768px;
}

p, ol, li {
  font-family: 'EB Garamond', serif;
}

blockquote {
  font-weight: 300;
  font-style: italic;
  font-size: 1.15em;
  padding: 0 1em;
  color: #444444;
  border-left: .25em solid #F7F7F7;
}

.action {
  font-size: 1.25em;
  font-style: normal;
  border-left: .25em solid red;
  /*background-color: #F7F7F7;*/
}

code {
  font-family: 'Inconsolata', monospace;
  background-color: #F7F7F7;
  font-size: 90%
}

table {
  font-family: 'EB Garamond', serif;
  font-size: 1em;
}

tbody tr:nth-child(odd) {
  background-color: #E7E7E7;
}

td {
  padding: 5px 10px 5px 10px;
}

.content {
  font-size: 1.2em;
}

.code-block {
  background-color: #F7F7F7;
  border: #AAAAAA 1px solid;
  padding-left: 10px;
  padding-right: 10px;
  color: 444444;
  white-space: pre-wrap;
}

.code-block pre {
  white-space: pre-wrap;
}

.file-code {
  background-color: #F7F7F7;
  border: #AAAAAA 1px solid;
  border-left: #FFFFFF 20px dotted;
  border-right: #FFFFFF 20px dotted;
  padding-left: 5px;
  padding-right: 5px;
  color: 444444;
}

.file-code pre {
  white-space: pre-wrap;
}
