html,
body {
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  background: #434343;
  color: #fff;
  overflow-x: hidden;
}

body {
  padding: 2em;
  max-width: 820px;
}

p {
  margin-bottom: 1.4em;
}

ol {
  counter-reset: item;
  padding: 0;
}
ol ol,
ul {
  margin-top: 1em;
}
.primary-list > li {
  padding-left: 1.2em;
}
ol > li {
  display: block;
  position: relative;
  padding-bottom: 1.4em;
  padding-left: 2em;
}
ol > li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: counters(item, ".") " ";
  counter-increment: item;
}

ol.alphabetic > li:before {
  content: counter(item, lower-alpha) ".";
}

.table-wrapper {
  margin-top: 1.4em;
  width: 100%;
  overflow-x: auto;
}

table {
  min-width: 680px;
  border-collapse: collapse;
}

table,
th,
td {
  border: 1px solid currentColor;
}

th,
td {
  padding: 0.25em 0.5em;
  vertical-align: top;
  text-align: left;
  width: 1%;
  word-wrap: break-word;
}

a {
  color: inherit;
}
