body {
  margin: 0;
  padding: 0;
}
body .note {
  display: none;
}
body #toc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 0px !important;
  border-top: none !important;
  background: #f4f4f4;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  max-height: 60px;
  overflow-y: auto;
  z-index: 1000;
}
body #toc ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
}
body #toc li {
  display: inline-block;
}
body #toc a {
  font-size: 0.85rem;
  padding: 2px 4px;
  display: inline-block;
}
body #toc a.active {
  font-weight: bold;
  background: #ddd;
  border-radius: 3px;
}
body #header {
  position: static;
  width: 100%;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
  border-right: none;
  background: transparent;
}
body #header h1 {
  display: none;
}
body #content {
  margin-left: 0;
  margin-top: 0;
  padding: 70px 15px 15px;
  width: auto;
}
body #toctitle {
  display: none;
}
body .sect1 {
  display: none;
}
body .sect1:has(> h2:target) {
  display: block;
}
body .sect1 h2 {
  display: none;
}
body .sect1 + .sect1 {
  border-top: none !important;
}
body #preamble {
  display: none;
}
body #footer {
  display: none; /*
    width: 100%;
    background: #a0a0a0;
    padding: 15px;
*/
}
body #dynamicdate_toparse-examples {
  display: none !important;
}

/*# sourceMappingURL=demo-standalone-mobile.css.map */
