.chapter > :first-child {
  margin-top: 0; }

div.itemizedlist.indented {
  margin-left: 3rem; }

p.numbered-paragraph {
  margin-left: 3rem; }
  p.numbered-paragraph .paragraph-number {
    float: left;
    margin-left: -3rem; }

article.numbered-paragraph {
  display: flex; }
  article.numbered-paragraph > h1, article.numbered-paragraph > h2, article.numbered-paragraph > h3, article.numbered-paragraph > h4, article.numbered-paragraph > h5, article.numbered-paragraph > h6 {
    font-size: inherit;
    font-weight: normal;
    flex: 0 0 3rem;
    font-family: inherit;
    line-height: 1.6;
    padding-right: 10px;
    margin-top: 0; }
  article.numbered-paragraph p:first-child {
    margin-top: 0; }

.informaltable {
  padding-bottom: 1rem; }
  .informaltable table {
    display: table;
    table-layout: fixed;
    width: 100%; }
  .informaltable caption {
    padding-bottom: 5px;
    text-align: left; }
  .informaltable tr:nth-child(even) {
    background-color: #fbfaf8; }
  .informaltable td, .informaltable th {
    word-wrap: break-word; }
  .informaltable th {
    vertical-align: top; }
    .informaltable th p {
      font-weight: bold; }
