@charset "UTF-8";

.fl-scrolls {
  overflow: auto;
  position: fixed
}

  .fl-scrolls div {
    overflow: hidden;
    pointer-events: none
  }

    .fl-scrolls div:before {
      content: "\A0"
    }

  .fl-scrolls, .fl-scrolls div {
    font-size: 1px;
    line-height: 0;
    margin: 0;
    padding: 0
  }

.fl-scrolls-hidden div:before {
  content: "\A0\A0"
}

.fl-scrolls-viewport {
  position: relative
}

.fl-scrolls-body {
  overflow: auto
}

.fl-scrolls-viewport .fl-scrolls {
  position: absolute
}

.fl-scrolls-hoverable .fl-scrolls {
  opacity: 0;
  transition: opacity .5s .3s
}

.fl-scrolls-hoverable:hover .fl-scrolls {
  opacity: 1
}

.fl-scrolls:not([data-orientation]), .fl-scrolls[data-orientation=horizontal] {
  bottom: 0;
  min-height: 17px
}

  .fl-scrolls:not([data-orientation]) div, .fl-scrolls[data-orientation=horizontal] div {
    height: 1px
  }

.fl-scrolls-hidden.fl-scrolls:not([data-orientation]), .fl-scrolls-hidden.fl-scrolls[data-orientation=horizontal] {
  bottom: 9999px
}

.fl-scrolls-viewport .fl-scrolls:not([data-orientation]), .fl-scrolls-viewport .fl-scrolls[data-orientation=horizontal] {
  left: 0
}

.fl-scrolls[data-orientation=vertical] {
  right: 0;
  min-width: 17px
}

  .fl-scrolls[data-orientation=vertical] div {
    width: 1px
  }

.fl-scrolls-hidden.fl-scrolls[data-orientation=vertical] {
  right: 9999px
}

.fl-scrolls-viewport .fl-scrolls[data-orientation=vertical] {
  top: 0
}

pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em
}

code.hljs {
  padding: 3px 5px
}

.hljs {
  background: #fff;
  color: #000
}

.hljs-comment, .hljs-quote, .hljs-variable {
  color: green
}

.hljs-built_in, .hljs-keyword, .hljs-name, .hljs-selector-tag, .hljs-tag {
  color: #00f
}

.hljs-addition, .hljs-attribute, .hljs-literal, .hljs-section, .hljs-string, .hljs-template-tag, .hljs-template-variable, .hljs-title, .hljs-type {
  color: #a31515
}

.hljs-deletion, .hljs-meta, .hljs-selector-attr, .hljs-selector-pseudo {
  color: #2b91af
}

.hljs-doctag {
  color: grey
}

.hljs-attr {
  color: red
}

.hljs-bullet, .hljs-link, .hljs-symbol {
  color: #00b0e8
}

.hljs-emphasis {
  font-style: italic
}

.hljs-strong {
  font-weight: 700
}


/*body {
  margin: 1em auto;
  max-width: 960px
}
*/

table {
  border-collapse: collapse
}









.fs-whatwg-cols {
  margin-bottom: 1em
}

  .fs-whatwg-cols fieldset {
    border: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 49.5%
  }

  .fs-whatwg-cols label {
    display: block
  }

.fs-whatwg {
  max-width: 100%;
  overflow: auto
}

  .fs-whatwg td, .fs-whatwg th {
    text-align: center
  }

  .fs-whatwg tbody td:first-child, .fs-whatwg tbody th:first-child {
    text-align: left
  }

@media (max-width:499px) {
  .fs-whatwg-cols fieldset {
    display: block;
    width: auto
  }
}

.fs-popup {
  background: #fff;
  box-shadow: 0 0 0 100vw rgba(0,0,0,.75);
  height: 550px;
  left: 50%;
  margin-left: -350px;
  padding: 33px 10px 10px;
  position: fixed;
  text-align: center;
  top: 20px;
  width: 700px;
  z-index: 1
}

  .fs-popup.fs-popup-hidden {
    box-shadow: none;
    left: -99999px;
    top: -99999px
  }

.fs-popup-panel {
  background: #deecf9;
  display: flex;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.fs-popup-close {
  align-items: center;
  background: #c00;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-size: 28px;
  font-weight: 700;
  height: 30px;
  justify-content: center;
  width: 30px
}

.fs-popup h4 {
  font-size: 1.5em;
  margin: .5em 0
}

.fs-popup .fl-scrolls-body {
  overscroll-behavior: contain;
  height: 550px;
  width: 100%
}

.fs-popup .fl-scrolls[data-orientation=horizontal]:not(.fl-scrolls-hidden) {
  bottom: 10px;
  left: 10px
}

.fs-orientation {
  align-items: center;
  border-style: none;
  display: flex;
  flex-grow: 1;
  padding-left: 20px;
  text-align: left
}

  .fs-orientation label {
    margin-left: 20px
  }

.fs-maze {
  font-size: 0;
  line-height: 0;
  overflow: auto;
  width: 100%
}

  .fs-maze[data-fs-orientation=vertical] {
    display: inline-block;
    height: 70%;
    margin: 0 30px;
    overflow-x: hidden;
    overflow-y: auto;
    width: auto
  }

  .fs-maze img {
    vertical-align: top
  }

#fs-open-popup {
  color: #1e70ff;
  cursor: pointer
}

  #fs-open-popup:hover {
    color: #0055ea
  }

@media (max-width:719px),(max-height:569px) {
  .fs-popup {
    box-shadow: none;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    margin: 0;
    top: 0;
    width: 100%
  }

  .fl-scrolls-body {
    max-height: 100%
  }
}

.fs-listing-collapsed {
  max-height: 400px
}
