.legal-typography {
  max-width: 760px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.7;
  color: #1f1f1f;
}

.legal-typography h1,
.legal-typography h2,
.legal-typography h3,
.legal-typography h4 {
  line-height: 1.35;
  margin: 1.5em 0 0.7em;
}

.legal-typography h1:first-child,
.legal-typography h2:first-child,
.legal-typography h3:first-child {
  margin-top: 0;
}

.legal-typography p,
.legal-typography ul,
.legal-typography ol,
.legal-typography table,
.legal-typography blockquote {
  margin: 0 0 1em;
}

.legal-typography ul,
.legal-typography ol {
  padding-left: 1.4em;
}

.legal-typography table {
  width: 100%;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.legal-typography th,
.legal-typography td {
  border: 1px solid #d6d6d6;
  padding: 0.55em 0.7em;
  vertical-align: top;
}

.legal-typography img {
  max-width: 100%;
  height: auto;
}
