.bikehub-documentation-notes {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #292b2c;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.bikehub-documentation-notes *,
.bikehub-documentation-notes *:before,
.bikehub-documentation-notes *:after {
  box-sizing: inherit;
}
.bikehub-documentation-notes h1,
.bikehub-documentation-notes h2,
.bikehub-documentation-notes h3,
.bikehub-documentation-notes h4,
.bikehub-documentation-notes h5,
.bikehub-documentation-notes p,
.bikehub-documentation-notes li,
.bikehub-documentation-notes hr {
  margin-bottom: 0.5rem;
}
.bikehub-documentation-notes h2 {
  font-size: 200%;
  margin-top: 1rem;
}
.bikehub-documentation-notes h3 {
  font-size: 175%;
  margin-top: 1rem;
}
.bikehub-documentation-notes h4 {
  font-size: 140%;
  margin-top: 1rem;
}
.bikehub-documentation-notes strong {
  font-weight: bold;
}
.bikehub-documentation-notes small {
  font-size: 90%;
}
.bikehub-documentation-notes em {
  font-style: italic;
}
.bikehub-documentation-notes ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
}
.bikehub-documentation-notes ul ul {
  -webkit-margin-after: 0.5em;
  -webkit-margin-before: 0.25em;
}
.bikehub-documentation-notes code {
  display: inline-block;
  padding: 0 0.5em;
  background: #f0f0f0;
  font-family: monospace;
  font-size: 14px;
}

#swagger-body #header {
  color: #fff;
  background-color: #007bff !important;
}
#swagger-body #header .header__btn {
  background-color: #0056b3;
}
#swagger-body #header .swagger-ui-wrap {
  padding-left: 50px;
}

.navbar-brand {
  color: #fff;
  opacity: 0.8;
  font-family: Droid Sans, sans-serif;
  position: absolute;
  padding: 18px 0 0 20px;
  font-size: 20px;
  top: 0;
  left: 0;
  text-decoration: none;
}
