#whitePaper {
  font-family: Roboto, Arial, sans-serif;
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
}
header {
  font-size: large;
}
.paper {
  max-width: 700pt;
  width: 90vw;
  margin: 1em auto;
  background: #fff;
  padding: 12pt 14pt;
}
a {
  color: #039be5;
}
a.privacy-link {
  display: block;
  margin-bottom: 10px;
  color: black;
  text-decoration: underline;
}
h1,
h2,
h3 {
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: inherit;
}
p {
  font-weight: 400;
  line-height: 1.5em;
}
ol,
ul {
  padding: 0;
}
ul {
  list-style: disc;
}
li {
  margin: 0 0 1em 2em;
  padding: 0;
  list-style: inherit;
}
.no-style > li {
  list-style: none;
  margin-left: 1em;
}
.count-style > li {
  list-style: decimal;
}
.deep-count-style > ol {
  counter-reset: item;
  padding-left: 2em;
  margin-top: 1em;
}
.deep-count-style > li {
  display: block;
  margin-left: 1em;
}
.deep-count-style > li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}
.no-indent-style > li {
  padding-left: 0;
  margin-left: 0;
}
.more-indent > li {
  margin-left: 3em;
}
li > ul {
  margin-top: 0.7em;
}
table {
  border-collapse: collapse;
  margin: 1em;
}
table,
td,
th {
  border: 1px solid #000;
  padding: 0.5em 1em;
}
th:first-child {
  width: 10em;
}
.text-right {
  text-align: right;
}
