html,
body {
  background: #ffffff !important;
  color: #053F53 !important;
  font-family: "Poppins", "Aptos", "Segoe UI", Arial, Helvetica, sans-serif !important;
}

/* Center and narrow */
body > table,
body > div,
body > p,
body > h1,
body > h2,
body > h3,
body > form {
  max-width: 980px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  background: #ffffff !important;
}

body,
body > *,
table,
tr,
td,
th {
  background-color: #ffffff !important;
  background-image: none !important;
}

table {
  width: 100% !important;
  border: 1px solid #d9e7ec !important;
  background: #ffffff !important;
}

th {
  background: #ffffff !important;
  color: #053F53 !important;
  padding: 12px 16px !important;
  border-bottom: 2px solid #d9e7ec !important;
}

td {
  background: #ffffff !important;
  color: #053F53 !important;
  padding: 12px 16px !important;
}

pre,
code {
  background: #f8fbfc !important;
  border: 1px solid #d9e7ec !important;
  border-radius: 6px;
  padding: 0.2rem 0.4rem;
  color: #053F53 !important;
}

h1,
h2 {
  color: #053F53 !important;
}

.button-pane {
  background-color: #053F53 !important;
}

.button-pane,
.button-pane * {
  color: #ffffff !important;
}

.tab-button,
.tab-button.active {
  background-color: #053F53 !important;
  color: #ffffff !important;
}

.tab-button a,
.tab-button.active a {
  color: #ffffff !important;
}

