
    html,
    body {
      margin: 0;
      background: #f7f8fa;
      color: #1f2933;
    }
    .ubx-page {
      font-family: Arial, Helvetica, sans-serif;
      color: #1f2933;
      background: #f7f8fa;
      line-height: 1.65;
    }
    .ubx-page * {
      box-sizing: border-box;
    }
    .ubx-page a {
      color: #0f5f8f;
      text-decoration: none;
    }
    .ubx-page a:hover {
      text-decoration: underline;
    }
    .ubx-page img {
      max-width: 100%;
      height: auto;
      display: block;
    }
    .ubx-page h1,
    .ubx-page h2,
    .ubx-page h3,
    .ubx-page p {
      margin-top: 0;
    }
    .ubx-page table {
      font-size: 14px;
    }
  