body,
html {
  font-family: -apple-system, BlinkMacSystemFont, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Segoe UI", "PingFang SC",
    "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

body {
  max-width: 1130px;
  margin: 0 auto;
  padding: 1.25rem 1.75rem;
  line-height: 2rem;
  font-size: 1.375rem;
}
body.theme-dark {
  background-color: #241e38;
  color: #9191b2;
}
body.theme-dark h1,
body.theme-dark h2,
body.theme-dark h3,
body.theme-dark h4,
body.theme-dark h5,
body.theme-dark .copy {
  color: #e6e6ff;
}
h1,
h2,
h3,
p {
  margin: 0;
}
.copy {
  padding-top: 2.75rem;
}

h1 {
  font-size: 2.75rem;
  line-height: 3.75rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 2rem;
}

h2 {
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: bold;
  margin-top: 2.75rem;
}
h3 {
  font-size: 1.55rem;
  line-height: 2rem;
  font-weight: bold;
  margin-top: 2.25rem;
}

a {
  color: #1698ff;
  text-decoration: underline;
}

h3 + p,
h1 + p,
h2 + p {
  margin-top: 1rem;
}

ul {
  padding-left: 2.5rem;
}

li {
  list-style-type: disc;
}
figure {
  overflow-x: auto;
  margin: 1.2em 0px;
  max-width: calc(100% + 16px);
  padding: 0px;
}
figure > table {
  margin: 0px;
}
thead,
tr {
  break-inside: avoid;
  break-after: auto;
}
thead {
  display: table-header-group;
  font-size: 9pt;
  color: black;
}
table th {
  border: 1px solid #dfe2e5;
  border-bottom: 0;
  margin: 0;
  padding: 0.5rem;
  min-width: 100px;
}
table th:nth-child(3) {
  min-width: 260px;
}
table {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
  overflow: auto;
  break-inside: auto;
  text-align: left;
}
table tr:nth-child(2n),
thead {
  background-color: #f8f8f8;
}
table tr {
  border: 1px solid #dfe2e5;
}
table td {
  padding: 0.5rem;
  border: 1px solid #dfe2e5;
}
@media screen and (max-width: 1000px) {
  h1 {
    display: none;
  }
}
