#content {
  max-width: 720px; /* maximum width of center content */
  margin: auto;
  width: 93.333333%;
  margin-top: 4em;
  margin-bottom: 4em;
}

img {
  display: block;
  max-width: 100%;
  width: 100% !important;
  border-radius: 2px;
  margin: 1em 0;
}

.hidden {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ivar", "Times New Roman", Times, serif;
  font-weight: 500;
}

p {
  font-weight: normal;
  font-family: "Charter", "Times New Roman", Times, serif;
  line-height: 1.25;
}

time,
footnotes {
  font-family: "Neue Montreal";
  font-size: 0.8em;
  color: #000000a0;
}

footnotes a {
  color: inherit;
}

button {
  border: 1px solid #000;
  color: #000;
  padding: 1em 1.5em;
  font-family: "Ivar", "Times New Roman", Times, serif;
  background-color: #eeeeee;
  cursor: pointer;
  border-radius: 2px;
}

button:hover {
  background-color: #000;
  color: #fff;
}
