body {
  font-family: "Georgia", serif;
  font-size: 18px;
  line-height: 170%;
  padding: 32px;
  color: #3a3a3a;
  background-color: #dddddd;
}

#body {
  display: block;
  background-color: #fafafa;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  padding: 100px;
  padding-top: 64px;
  overflow-wrap: break-word;
}

@media screen and (max-width: 959px) {
  body {
    padding: 8px !important;
  }
  #body {
    padding: 8px !important;
  }
  img {
    max-width: 100%;
  }
}

p > code {
  font-size: 14px;
  padding: 3px;
  background-color: #eeeeee;
}

li > code {
  font-size: 14px;
  padding: 3px;
  background-color: #eeeeee;
}

#siteTitle {
  font-size: 24;
  color: #000055;
}

#articleTitle {
  font-size: 12px;
  color: #000055;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}

h1 {
  font-size: 36px;
  line-height: 120%;
  margin-top: 24px;
  margin-bottom: 24px;
}

h2, h3, h4, h5, h6 {
  line-height: 120%;
  margin-top: 32px;
  padding-top: 32px;
  border-top: solid 1px #cdcdcd;
}

#list {
  list-style-type: none;
  padding-left: 0;
  line-height: 220%;
}

#content {
}

/* Stops the table from overflowing the body, providing a scrollbar instead. */
.tableContainer {
  overflow-x: auto;
}

table {
  border-collapse: collapse;
  border: 1px solid #dddddd;
  padding: 3px;
  width: 100%;
  max-width: 780px;
}

table td {
  border: 1px solid #dddddd;
  padding: 3px;
  overflow-wrap: break-word;
}

table th {
  border: 1px solid #dddddd;
  padding: 3px;
}

/* Reduce code size. */
.hljs {
  font-size: 10pt;
  overflow-x: auto;
}

.highlight > pre {
  overflow-x: auto;
}

blockquote {
  font-style: italic;
}

