body {
  background-color: #f3f4f7;
}

.site-header {
  margin-bottom: 10px;
}

.site-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.apiconvention-header {
  margin-bottom: 10px;
  color: black;
  font-size: 28px;
}

.apiconvention-header2 {
  margin-bottom: 10px;
  color: black;
  font-size: 20px;
  font-weight: bold;
}

.apiconvention-header3 {
  margin-bottom: 10px;
  color: black;
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
}

.apiconvention-content {
  margin-bottom: 10px;
  color: black;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

.api-reference-header {
  margin-bottom: 10px;
  color: #1b4865;
  font-size: 32px;
}

.api-reference-header2 {
  margin-bottom: 10px;
  color: #1b4865;
  font-size: 14px;
  font-weight: bold;
}

.api-reference-content {
  margin-bottom: 10px;
  color: #1b4865;
  font-size: 16px;
}

.api-reference-table {
  border-style: dotted;
  border-width: 1px;
  border-color: #1b4865;
  margin-bottom: 10px;
}

.api-reference-table td {
  border-style: dotted;
  border-width: 1px;
  border-color: #1b4865;
  padding: 5px
}

.apidoc-header {
  margin-bottom: 10px;
  color: #1b4865;
  font-size: 28px;
}

.apidoc-section-header {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #1b4865;
  font-size: 22px;
  font-weight: bold;
}

.apidoc-section-table {
  border-style: dotted;
  border-width: 1px;
  border-color: #1b4865;
}

.apidoc-section-table td {
  border-style: dotted;
  border-width: 1px;
  border-color: #1b4865;
  padding: 5px;
}

.apidoc-request-body-properties-table {
  border-style: dotted;
  border-width: 1px;
  border-color: #1b4865;
}

.apidoc-request-body-properties-table td {
  border-style: dotted;
  border-width: 1px;
  border-color: #1b4865;
  padding: 5px;
}

.apidoc-request-body-properties-table th {
  border-style: dotted;
  border-width: 1px;
  border-color: #1b4865;
  font-size: 12px;
  padding: 5px;
}

.concept-header {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 10px;
}

.concept-header2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.concept-content {
  margin-left: 10px;
  margin-bottom: 10px;
}

.concept-table {
  color: black;
}

.concept-table td {
  border-style: dotted;
  border-width: 1px;
  border-color: black;
  padding: 5px;
}

.qe-header {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 10px;
  color: black;
}

.qe-section-header {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: black;
}

.qe-content {
  margin-left: 10px;
  margin-bottom: 10px;
}

.qe-table {
  color: black;
}

.qe-table th {
  border-style: dotted;
  border-width: 1px;
  border-color: black;
  font-size: 12px;
  padding: 5px;
}

.qe-table td {
  border-style: dotted;
  border-width: 1px;
  border-color: black;
  font-size: 12px;
  padding: 5px;
}

.qe-apidoc-header {
  margin-bottom: 10px;
  color: black;
  font-size: 18px;
}

.ludwig-quote {
  position: relative;
  padding-left: 1em;
  border-left: 0.2em solid lighten(black, 40%);
  font-family: 'Roboto', serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 100;
  &:before, &:after {
      content: '\201C';
      font-family: 'Sanchez';
      color: lighten(black, 40%);
   }
   &:after {
      content: '\201D';
   }
}