body {
  margin: 2.5em auto;
  max-width: 55em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.6;
  color: #333333;
  background: #ffffff;
}

div[title="header"] {
  text-align: center;
  margin-bottom: 2em;
}

div[title="header"] p:first-child {
  font-size: 2em;
  font-weight: bold;
  color: #397249;
  margin-bottom: 0.2em;
}

div[title="header"] p:nth-child(3) {
  font-size: 1.1em;
  color: #7f7f7f;
  margin-bottom: 0.2em;
}

div[title="header"] p:nth-child(5) {
  font-size: 1em;
  color: #555555;
}

a {
  color: #397249;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

b {
  display: block;
  font-size: 1.3em;
  color: #397249;
  font-weight: 600;
  margin-top: 1em;
  margin-bottom: 0.2em;
  padding-bottom: 0.1em;
  border-bottom: 2px solid #9cb770;
}

p {
  margin: 0.4em 0;
}

ul {
  margin: 0.2em 0 1em 1.5em;
  padding: 0;
  list-style-type: disc;
}

ul ul {
  list-style-type: circle;
  margin-left: 1.2em;
}

p + ul {
  margin-bottom: 1em;
}

div[title="footer"] {
  display: none;
}

hr {
  border: none;
  border-top: 1px solid #cccccc;
  margin: 2em 0;
}

@media screen and (max-width: 48em) {
  body {
    margin: 1.25em;
    font-size: 0.94em;
  }

  div[title="header"] {
    margin-bottom: 1em;
  }

  div[title="header"] p:first-child {
    font-size: 1.6em;
  }

  b {
    font-size: 1.15em;
  }
  p {
    margin: 0.2em 0;
  }
}