body {
  text-align: left;
  padding: 16px 24px;
  color: #434343;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-family: 'aktiv-grotesk';
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}

span.bold.underline {
  font-weight: 700;
  text-decoration: underline;
}

li {
  margin-bottom: 1em;
  list-style: none;
}

ol {
  counter-reset: list;
  margin: 0;
  padding: 0;
}

li:before {
  counter-increment: list;
  content: "(" counter(list, lower-alpha) ") ";
  margin-right: 1.5em;
}
