/* Overrides */
body {
  background: white;
}
html,
body {
  height: 100%;
}
#page {
  min-height: 100%;
  position: relative;
}
#content {
  padding-bottom: 80px;
}
#footer {
  background: #f5f5f5;
  display: block;
  padding-top: 20px;
}
#footer .footer-body {
  margin: 0;
  text-align: center;
}
#footer #footer-logo {
  margin-top: 27px;
}
.aui-page-panel {
  border-bottom: 0;
}
/* Header */
#header {
  border-bottom: 1px solid var(--ds-border);
}
.intro-header {
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;
}
.intro-header .subtitle {
  padding-bottom: 20px;
}
/* Content */
.docs-intro {
  padding-top: 40px;
  padding-bottom: 40px;
}
.item-wrapper {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.guides-list {
  list-style-type: none;
  padding-left: 0;
}
.introblob {
  height: 192px;
  width: 192px;
}
.faq-example {
  padding: 20px 20px;
}
.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
textarea.code-example {
  display: none;
}
