html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border-width: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  min-height: 100%;
}

ol, ul {
  list-style-type: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "''";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  box-sizing: border-box;
  height: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, label, input, textarea, button, select {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: bold;
  color: #333;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

action, function, on, init, map-value, property, on-property-change, map-property {
  display: none;
}

body, label, input, textarea, button, select {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

h1 {
  font-size: 200%;
  font-weight: bold;
}

h2 {
  font-size: 180%;
  font-weight: bold;
}

h3 {
  font-size: 160%;
}

h4 {
  font-size: 140%;
}

h5 {
  font-size: 120%;
  font-weight: bold;
}

h6 {
  font-size: 120%;
}

input, textarea {
  border-radius: 5px;
  border-color: rgb(204, 204, 204);
  border-style: solid;
  border-width: 1px;
  padding: 5px 8px;
}

[view~=vstack] {
  display: flex;
  flex-direction: column;
}

[view~=vstack][alignment=left] {
  align-items: flex-start;
}

[view~=vstack][alignment=center] {
  align-items: center;
}

[view~=vstack][alignment=right] {
  align-items: flex-end;
}

[view~=vstack] > [h-position=left] {
  align-self: flex-start;
}

[view~=vstack] > [h-position=center] {
  align-self: center;
}

[view~=vstack] > [h-position=right] {
  align-self: flex-end;
}

[view~=vstack] > [v-size=expand] {
  flex-grow: 1.0;
}

[view~=vstack] > [v-size=fixed] {
  flex-shrink: 0.0;
}

[view~=vstack] > [view~=vstack], [view~=vstack] > [view~=hstack], [view~=vstack] > [view~=zstack] {
  width: 100%;
}

[view~=vstack] > [h-size=expand] {
  width: 100%;
}

[view~=vstack] > [h-size=intrinsic] {
  width: unset;
}

[view~=vstack] > [v-size=expand] {
  align-self: stretch;
}

[view~=vstack] > [view~=spacer] {
  width: auto !important;
}

[view~=hstack] {
  display: flex;
  flex-direction: row;
}

[view~=hstack][alignment=top] {
  align-items: flex-start;
}

[view~=hstack][alignment=middle] {
  align-items: center;
}

[view~=hstack][alignment=bottom] {
  align-items: flex-end;
}

[view~=hstack] > [v-position=top] {
  align-self: flex-start;
}

[view~=hstack] > [v-position=middle] {
  align-self: center;
}

[view~=hstack] > [v-position=bottom] {
  align-self: flex-end;
}

[view~=hstack] > [h-size=expand] {
  flex-grow: 1.0;
}

[view~=hstack] > [h-size=fixed] {
  flex-shrink: 0.0;
}

[view~=hstack] > [view~=vstack], [view~=hstack] > [view~=zstack] {
  width: 100%;
}

[view~=hstack] > [v-size=expand] {
  align-self: stretch;
}

[view~=hstack] > [h-size=intrinsic] {
  width: unset;
}

[view~=hstack] > [h-size=expand] {
  width: 100%;
}

[view~=hstack] > [view~=spacer] {
  height: auto !important;
}

[view~=zstack] {
  position: relative;
}

[view~=zstack] > [zstack-overlay] {
  position: absolute;
}

[view~=zstack] > [h-size=expand] {
  width: 100%;
}

[view~=zstack] > [v-size=expand] {
  height: 100%;
}

[view~=spacer] {
  flex-shrink: 1.0;
  flex-grow: 1.0;
  align-self: stretch !important;
}

[view~=spacer][h-size=fixed] {
  flex-grow: 0.0;
}

[view~=spacer][h-size=fraction] {
  flex-grow: 0.0;
}

[view~=spacer][h-size=intrinsic] {
  flex-grow: 0.0;
}

[view~=spacer][v-size=fixed] {
  flex-grow: 0.0;
}

[view~=spacer][v-size=fraction] {
  flex-grow: 0.0;
}

[view~=spacer][v-size=intrinsic] {
  flex-grow: 0.0;
}

[view~=content-column] > * {
  max-width: 996px;
  padding: 0px 16px;
}

[view~=modal-container] {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
}

[view~=modal-container] > .background {
  pointer-events: none;
  background-color: black;
  opacity: 0.0;
}

[view~=code-example] .console {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 20px;
  height: 160px;
  overflow: scroll;
  display: none;
}

[view~=code-example] .editor pre, [view~=code-example] .editor textarea {
  font-family: monospace;
  font-size: 13px;
  border-style: solid;
  border-radius: 5px;
  border-width: 2px;
  padding: 12px 16px;
}

[view~=code-example] .editor pre {
  border-color: transparent;
  white-space: pre-wrap;
  max-height: 640px;
  overflow: hidden;
}

[view~=code-example] .editor textarea {
  border-color: blue;
  outline: none;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

[view~=overview-section] {
  max-width: 600px;
  font-size: 16px;
  line-height: 1.5;
}

[view~=overview-section] > [view~=section-content] {
  padding-left: 20px;
}

[view~=overview-section] ul {
  list-style-type: disc;
}

[view~=overview-section] b {
  font-weight: bold;
}

[view~=demo-form] {
  width: auto !important;
  gap: 12px;
  padding: 8px;
}

[view~=definition-list] {
  list-style-type: disc;
}

[view~=definition-list] > [view~=definition-item] {
  margin-bottom: 12px;
}

[view~=sidebar] {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  border-right: 1px solid #ccc;
}

[view~=sidebar] > .content {
  padding: 12px 8px;
  background-color: white;
  overflow-y: scroll;
}

[view~=sidebar].hidden {
  display: none;
}

[view~=sidebar] > .navbar {
  background-color: rgb(238, 238, 238);
  padding: 3px 8px;
}

[view~=sidebar] > .navbar > button {
  border: none;
}
