
body {
  font-family: Georgia, Cambria, serif;
  font-size: 14px;
  line-height: 1.7;
  color: #373D49;
  max-width: 800px;
  margin: 0 auto;
  padding: 0.5rem 2rem;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-top: 0.75em;
  margin-bottom: 0.35em;
}
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.25em; }
h4 { font-size: 1.0em; }
a { color: #35D7BB; text-decoration: none; }
a:hover { text-decoration: underline; }
code {
  font-family: "Ubuntu Mono", Monaco, monospace;
  background: #F5F7FA;
  padding: 0.2em 0.4em;
  border-radius: 3px;
}
pre {
  background: #F5F7FA;
  padding: 1em;
  border-radius: 3px;
  overflow-x: auto;
}
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0;
  color: #333;
}
pre code { background: none; padding: 0; }
.centered { text-align: center; }
.required-ingestion { font-size: 0.125rem; color: transparent; opacity: 0.0; }
.required-ingestion a { color: transparent; text-decoration: none; }
blockquote {
  border-left: 3px solid #A0AABF;
  padding-left: 1em;
  margin-left: 0;
  font-style: italic;
  color: #666;
}
table {
  border-collapse: collapse;
  width: 100%;
}
th, td {
  border: 1px solid #E8E8E8;
  padding: 0.5em;
  text-align: left;
}
th {
  background: #F5F7FA;
  font-weight: 600;
}
#body .table {
  width: auto;
}
img {
  max-width: 100%;
  height: auto;
}
#mcaptcha__widget-container {
  width: 17em;
  height: 5em;
}
.widget__mcaptcha-logo {
  width: 21.1px;
  height: 21.3px;
}
