body {
  color: rgb(32, 33, 34);
  direction: ltr;
  display: inline;
  font-family: "Liberation Sans", Arial, Helvetica, FreeSans, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 22.4px;
  list-style-image: none;
  list-style-type: none;
  overflow-wrap: break-word;
  tab-size: 4;
  text-align: left;
  text-wrap-mode: nowrap;
  white-space-collapse: collapse;
  width: auto;
}

code {
  border-radius: 2px;
  padding: 1px 4px
}

@media screen {
  pre,code,.mw-code {
    background-color: #F8F9FA;
    color: #000;
    border: 1px solid #BBC2C6
  }
}

code {
  overflow-wrap: break-word
}

.sprite {
  display: inline-block;
  vertical-align: text-top;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat
}

.json-sprite {
  background-image: url(./images/json_sprite.png)
}

.treeview {
  margin-top: 0.3em;
  display: flow-root
}

.treeview .treeview-header {
  padding-left: 3px;
  font-weight: bold
}

.treeview .treeview-header:last-child {
  border-color: #636363 !important;
  border-left-style: dotted
}

.treeview .treeview-header:not(:last-child)::before {
  content: none
}

.treeview .treeview-header:last-child::before {
  border-bottom: 0
}

.treeview ul, .treeview li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none
}

.treeview li li {
  position: relative;
  padding-left: 13px;
  margin-left: 7px;
  border-left: 1px solid #636363;
  line-height: 27px;
}

.treeview li li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 11px;
  height: 11px;
  border-bottom: 1px solid #636363
}

.treeview li li:last-child:not(.treeview-continue) {
  border-color: transparent
}

.treeview li li:last-child:not(.treeview-continue)::before {
  border-left: 1px solid #636363;
  width: 10px
}

.treeview dl, .treeview dt {
  margin-bottom: 1px;
}

