.report h1 {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 1.5rem; }
  @media (max-width: 575px) {
    .report h1 {
      font-size: 1.2rem;
      margin-right: -15px;
      margin-left: -15px; } }
.report-index {
  background: #f3f3f3;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 2rem; }
  .report-index h2 {
    font-size: .9rem;
    padding: 1rem .5rem .5rem .5rem;
    text-align: center; }
  .report-index ul {
    padding: 0 1rem 1rem 1rem; }
    .report-index ul li {
      margin-bottom: .5rem;
      color: #358720; }
.report-title1 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
  border-left: 6px solid #6e1e19;
  padding-left: .8rem; }
  @media (max-width: 575px) {
    .report-title1 {
      font-size: 1.1rem; } }
.report-table01 {
  font-size: .9rem; }
  .report-table01 thead {
    background: #66b348;
    color: #fff; }
    .report-table01 thead th {
      text-align: center;
      font-weight: normal;
      vertical-align: middle; }
  @media (max-width: 575px) {
    .report-table01 td {
      font-size: .8rem; } }
  .report-table01 .markerbg {
    background: #fffde5; }
.report .small {
  color: #9b9b9b; }
.report-nav {
  background: #4a4a4a;
  padding: 2rem 2rem; }
  @media (max-width: 575px) {
    .report-nav {
      padding: 2rem 1rem; } }
  .report-nav p {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 0;
    color: #fff; }
    @media (max-width: 575px) {
      .report-nav p {
        font-size: .7rem; } }
  .report-nav h3 {
    text-align: center;
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 2rem; }
    @media (max-width: 575px) {
      .report-nav h3 {
        font-size: 1rem; } }
  .report-nav ol {
    color: #fff;
    counter-reset: number 0; }
    .report-nav ol li {
      margin-bottom: 1.2rem;
      position: relative;
      padding-left: 3.5rem;
      line-height: 1.4; }
      .report-nav ol li:before {
        counter-increment: number 1;
        content: counter(number,decimal-leading-zero);
        border: 1px solid #fff;
        padding: .3rem .6rem;
        font-size: 80%;
        line-height: 1.4;
        position: absolute;
        top: -.2rem;
        left: 0; }
        @media (max-width: 575px) {
          .report-nav ol li:before {
            font-size: 70%;
            padding: .2rem .4rem .1rem .4rem;
            top: 0; } }
      .report-nav ol li a {
        color: #fff;
        font-size: 1rem;
        text-decoration: none; }
        @media (max-width: 575px) {
          .report-nav ol li a {
            font-size: .85rem; } }
        .report-nav ol li a:hover {
          text-decoration: underline; }
.report .checklist {
  background: #66b348;
  color: #fff;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  font-size: 1rem; }
  .report .checklist + ul {
    margin-bottom: 3rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
    .report .checklist + ul li {
      margin-bottom: .5rem; }
      .report .checklist + ul li:before {
        content: "\f14a";
        font-family: "Font Awesome 5 Free";
        margin-right: 1rem; }
.report cite {
  font-style: normal; }

.author-box {
  margin-bottom: .5rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
  background: #f3f3f3;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding: 1.5rem 1.5rem 1rem 1.5rem;
  border-radius: 1rem; }
  @media (max-width: 575px) {
    .author-box {
      padding: 1.5rem .5rem 1rem .5rem; } }
  .author-box + .small {
    display: block !important; }
.author-imgbox {
  text-align: center; }
  @media (max-width: 575px) {
    .author-imgbox {
      max-width: 200px;
      margin: 0 auto 1rem auto; } }
.author-img {
  border-radius: 50%; }
.author-name {
  font-size: 1rem;
  font-weight: bold; }
.author-qualification {
  font-size: .9rem;
  display: flex;
  margin-bottom: 0; }
  @media (max-width: 575px) {
    .author-qualification {
      font-size: .8rem; } }
  .author-qualification dt {
    min-width: 3rem;
    margin-right: .5rem; }
    @media (max-width: 575px) {
      .author-qualification dt {
        min-width: 2.7rem;
        margin-right: .2rem; } }
