
    html,
    body,
    .page,
    .page-content,
    .page-wrapper,
    .main-content,
    .content,
    .template-page,
    .page-header,
    .page-title,
    .main-page-title {
      background: #f8fafc !important;
      color: #111827 !important;
    }
    .tb-aggregate-page {
      background: #f8fafc;
      color: #1f2937;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.65;
    }
    .tb-aggregate-page * {
      box-sizing: border-box;
    }
    .tb-aggregate-page a {
      color: #0f766e;
      text-decoration: none;
    }
    .tb-aggregate-page a:hover {
      color: #115e59;
      text-decoration: underline;
    }
    .tb-aggregate-page img {
      max-width: 100%;
      height: auto;
    }
    .tb-aggregate-page h1,
    .tb-aggregate-page h2,
    .tb-aggregate-page h3 {
      color: #111827;
      line-height: 1.2;
      margin-top: 0;
    }
    .tb-aggregate-page p {
      margin-top: 0;
    }
    .tb-aggregate-page table {
      font-size: 15px;
    }
  