html {
  color: #211a1a;
  font-family: "Raleway", sans;
  font-size: 1.1em;
  letter-spacing: 0.02em;
}

body {
  max-width: 10in;
  margin-left: 3%;
  margin-right: 3%;
}

h1, h2, h3, h4 {
  font-weight: 500;
  color: #444;
}

h3, h4 {
  font-family: "Anonymous Pro", monospace;
  line-height: 1.15em;
}

h1 a, h2 a, h3 a, h4 a {
  text-decoration: none;
}

h1.title {
  font-family: "PhilosopherRegular", serif;
  font-size: 360%;
  letter-spacing: 0.04em;
  margin-top: 0.6em;
  margin-bottom: 0.4em;
  color: #9e8f70;
  line-height: 0.85em;
  color: #9e8f70;
}

pre {
  font-family: "Anonymous Pro", monospace;
  padding-left: 14px;
  font-weight: 500;
  line-height: 1.15em;
}

code {
  font-family: "Anonymous Pro", monospace;
  font-size: 95%;
  font-style: normal;
  background-color: #f9f9f9;
  padding-left: 2px;
  padding-right: 2px;
  border: 1px solid #f3f3f3;
  border-radius: 2px;
  hyphens: none;
}

td.fixed {
  font-family: "Anonymous Pro", monospace;
}

a { color: #4f94cd; }
a:hover { color: #a4d3ee; }
a:visited { color: #36648b; }

img {
  border: none;
}

li, p, blockquote, section, td {
  hyphens: auto;
  line-height: 1.25em;
}

table {
  margin-bottom: 0.5em;
}

q { quotes: "“" "”" "‘" "’" }

div.subtitle {
  font-style: oblique;
  color: #5d6d68;
  margin-top: 0.05em;
  margin-bottom: 0.2em;
}

p.eq {
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-left: 1.5in;
  margin-right: 1.5in;
}

p.warning {
  border-left: 3px dashed #ff6666;
  padding-left: 12px;
  max-width: 9in;
  hyphens: none;
}
p.warning::before {
  content: 'Warning:';
  margin-right: 0.3em;
  font-style: italic;
}

td {
  vertical-align: top;
  padding-right: 12px;
  font-size: 1em;
}

article {
  border-top: 2px solid #336699;
  padding-bottom: 20px;
}

.center {
  text-align: center;
}

p.timestamp {
  border-top: 2px solid #336699;
  text-align: center;
  font-style: oblique;
  font-size: 0.9em;
  color: #5d6d68;
  padding-top: 0.8em;
  clear: both;
}

th {
  font-weight: normal;
  background-color: #f3f3f3;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

blockquote {
  background-color: #fefef7;
  border: 1px solid #eeeee7;
  margin-left: 0.5em;
  padding-left: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  max-width: 9in;
}

p.caption {
  margin-top: 0.8em;
  font-style: oblique;
  color: #9e8f70;
}
