/* Start body CSS */
    .preside {line-height: 1.25; }
    h3 {font-size: medium; }
    h5, h6 {padding-left: 20px }
    i {font-size: .9em; }
    em {font-size: 1.1rem; }
    u {font-weight: bold; }

  /* media call for formatting */
      @media (max-width: 768px) {
        h3 {font-size: small; }
        em {font-size: .9rem; }
      }
/* End Body CSS */
/* Begin ToC CSS */
        @media (max-width: 600px) {
         .outlineToC:hover {
            height: 9em;
          }
        }
/* End ToC CSS */
/* Start Table CSS */
      table, th, td {
        color: black;
        border:0px;
        border-bottom: 1px solid black;
      }
      table {
        border-collapse: separate;
        border-spacing: 0px;
        padding-bottom: 20px;
        width: 100%;
      }
      th {
        background-color: #ececec;
        padding: 1px;
      }
      th:first-child {
        width: 40%;
        text-align: left;
      }
      th:nth-child(3n) {
        text-align: right;
        width: 30%;
      }

      tr {
        font-size: 14px;
      }
      tr:last-child {
        font-size: .55rem;
      }
      td {
        padding: 3px 4px 3px 4px;
        background-color: #ececec;
        text-align: center;
      }
      td:first-child {
        width: 40%;
        text-align: left;
      }
      td:nth-child(3n) {
        text-align: right;
        width: 30%;
      }

      /* Media call for table */
      @media (max-width: 768px) {
        table, th, td {font-size: .65rem;}
      }

      /* start extraplaner table CSS */
        table.extraplanertable td:nth-child(2n) {
          text-align: center;
          width: auto;
        }
        table.extraplanertable td:nth-child(3n) {
          text-align: center;
          width: auto;
        }
        table.extraplanertable td:nth-child(4n) {
          text-align: right;
          width: 30%;
        }
      /* End extraplaner table CSS */

      /* start saints table CSS */
        table.saintstable td {width: 30%;}
        table.saintstable td:nth-child(2n) {
          text-align: center;
          width: 10%;
        }
      /* End saitns table CSS */

/* end Table CSS */
