p {
  margin: 7px;
}

#BL {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;

  table {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;

    tr td,
    tr th {
      border-bottom: 1px solid #000;
      border-right: 1px solid #000;
      padding: 2px;
      vertical-align: top;

      h1 {
        font-size: 18px;
        text-align: center;
      }
    }
  }

  span.FinePrint {
    font-size: 10px;
  }
}

#DR {
  font-family: "Times New Roman", serif;
  font-size: 11px;

  table {
    font-family: "Times New Roman", serif;
    font-size: 11px;

    tr td,
    tr th {
      padding: 2px;
      vertical-align: top;
    }
  }

  h1 {
    font-size: 24px;
    text-align: center;
  }

  h2 {
    font-size: 19px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
  }

  span.FinePrint {
    font-size: 11px;
    font-weight: bold;
  }

  span.Box {
    font-size: 35px !important;
  }

  .indent {
    margin: 0px 10px 0px 0px;
    font-size: 12px;
    font-weight: bold;
  }

  .smallBold {
    font-size: 12px;
    font-weight: bold;
  }

  .mediumBold {
    font-size: 14px;
    font-weight: bold;
  }

  .Bold {
    font-weight: bold;
  }
}

#CM {
  table {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-bottom: 1px solid #000;

    tr th {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      padding: 2px;
      vertical-align: top;
      text-align: left;

      h1 {
        font-size: 18px;
        text-align: center;
      }
    }

    tr.LastHeader th {
      border-bottom: 1px solid #000;
      text-decoration: underline;
    }

    tr td {
      border-bottom: 1px solid #000;
      padding: 2px;
      vertical-align: top;
      text-align: left;
    }
  }

  span.FinePrint {
    font-size: 10px;
  }
}

#li {
  font-size: 95%;
}

#lii,
#lii_bottom_table {
  /* font-size: 88%; */
}

#host_table table td {
  border: 1px solid black;
  border-collapse: collapse;
}

div.label {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
