#wiki_mainmenu,
#wiki_contentmenu {
  color: #71878e;
  border: 0px solid #dbdbdb;
  background: none;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 20px;
  width: 270px;
}
#wiki_mainmenu ul,
#wiki_contentmenu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#wiki_mainmenu li,
#wiki_contentmenu li {
  font-size: 0.857em;
  font-weight: 400;
  line-height: 1.5em;
}
#wiki_mainmenu li li,
#wiki_contentmenu li li {
  font-size: 1em;
  line-height: 1.5em;
}
#wiki_mainmenu ol,
#wiki_contentmenu ol {
  margin: 0px;
  padding: 0px 0px 0px 15px;
}
#wiki_mainmenu b,
#wiki_contentmenu b {
  color: #586265;
}
#wiki_mainmenu a,
#wiki_contentmenu a {
  color: #71878e;
  padding: 2px 0 2px 0px;
  display: block;
}
#wiki_mainmenu a:hover,
#wiki_contentmenu a:hover {
  color: #30464b;
}

#wiki_fixed {
  position: fixed;
}
#wiki_content {
  line-height: 24px;
}
#wiki_content h1 {
  margin-bottom: 40px;
  line-height: 40px;
  font-weight: 200;
}
#wiki_content h2 {
  margin-bottom: 30px;
  height: 35px;
  line-height: 30px;
  font-weight: 200;
  border-bottom: 2px solid #dbdbdb;
}
#wiki_content h3 {
  margin-bottom: 20px;
  line-height: 30px;
  font-weight: 200;
  border-bottom: 2px dashed #dbdbdb;
}
#wiki_content h4 {
  margin-bottom: 20px;
  line-height: 24px;
  font-weight: 200;
  border-bottom: 2px dotted #dbdbdb;
}
#wiki_content hr,
#wiki_mainmenu hr {
  border: 0;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #dbdbdb;
}
#wiki_content ul,
#wiki_content ol {
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 40px;
}
#wiki_content li {
  font-size: 1.1em;
}
#wiki_content li li {
  font-size: 1em;
}
#wiki_content .col-md-3,
#wiki_content .col-md-4,
#wiki_content .col-md-6 {
  margin-bottom: 0px;
}
#wiki_content pre {
  margin-top: 20px;
  margin-bottom: 20px;
}
#wiki_content a:not(.btn) {
  color: #71878e;
  text-decoration: underline;
}
#wiki_content a:hover:not(.btn) {
  color: #30464b;
}

.wiki_list {
  line-height: 20px !important;
}
.wiki_list b {
  font-size: 1.1em;
}
.wiki_list hr {
  margin: 10px 0px !important;
}
.wiki_errorbox {
  padding: 10px;
  background-color: #ffc6c6;
  color: #620f0f;
  font-size: 1em;
  border-radius: 3px;
  border-left: 3px solid #cc9393;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.5em;
}
.wiki_infobox {
  padding: 10px;
  background-color: #ffeec6;
  color: #624b0f;
  font-size: 1em;
  border-radius: 3px;
  border-left: 3px solid #ccbb93;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.5em;
}
.wiki_codebox {
  font-family: "Monaco", "Menlo", "Ubuntu Mono", "Consolas", "source-code-pro",
    monospace;
  font-size: 0.9em;
  border-left: 3px solid #c2c2c2;
  line-height: 1.5em;
  padding: 10px !important;
  overflow: auto;
  white-space: pre;
  resize: none;
  background: #f5f5f5 !important;
  border-radius: 3px;
}

.wiki_colorstd {
  color: #182225;
}
.wiki_colorone {
  color: #b22222;
}
.wiki_colortwo {
  color: #b22222;
}
.wiki_colorthree {
  color: #b22222;
}
.wiki_space {
  height: 40px;
  line-height: 40px;
}
.wiki_xsmall.wiki_space {
  height: 20px;
  line-height: 20px;
}
.wiki_small.wiki_space {
  height: 30px;
  line-height: 30px;
}
.wiki_normal.wiki_space {
  height: 40px;
  line-height: 40px;
}
.wiki_big.wiki_space {
  height: 50px;
  line-height: 50px;
}

.wiki_xsmall li {
  line-height: 16px;
}
.wiki_small li {
  line-height: 20px;
}
.wiki_normal li {
  line-height: 24px;
}
.wiki_big li {
  font-size: 26px;
}
.wiki_xsmall {
  font-size: 0.8em !important;
}
.wiki_small {
  font-size: 1em !important;
}
.wiki_normal {
  font-size: 1.1em !important;
}
.wiki_big {
  font-size: 1.3em !important;
}

.wiki_p {
  font-size: 1.1em;
}
.wiki_p .wiki_xsmall {
  font-size: 0.6em;
}
.wiki_p .wiki_small {
  font-size: 0.8em;
}
.wiki_p .wiki_big {
  font-size: 1.1em;
}

.wiki_img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

#wiki_content ul.nav.nav-pills {
  margin: 0px;
  padding: 0px;
}
#wiki_content ul.nav.nav-pills a {
  text-decoration: none;
  padding: 6px 12px;
}
#wiki_content ul.nav-pills li.active a {
  color: #fff;
  background-color: #30383b;
}
#wiki_content img {
  border-radius: 4px;
  border: 1px solid #dbdbdb;
}
#wiki_content .tab-content {
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
  padding: 0px;
}
#wiki_content .label.label-lg {
  font-size: 0.9em;
}

@media (max-width: 1199px) {
  #wiki_mainmenu,
  #wiki_contentmenu {
    width: 222px;
  }
}

@media (max-width: 991px) {
  #wiki_contentmenu {
    width: 100%;
    position: relative;
  }

  @media (max-width: 767px) {
    #wiki_mainmenu,
    #wiki_contentmenu {
      border: 1px solid #dbdbdb;
      background-color: #fefefe;
    }
    #wiki_content h1 {
      margin-bottom: 30px;
      font-size: 2em;
      line-height: 32px;
      height: 35px;
    }
    #wiki_content h2 {
      margin-bottom: 25px;
      font-size: 1.8em;
      line-height: 28px;
      height: 33px;
    }
    #wiki_content h3 {
      margin-bottom: 15px;
      font-size: 1.5em;
      line-height: 28px;
      height: 31px;
    }
    #wiki_content h4 {
      margin-bottom: 15px;
      font-size: 1.4em;
      line-height: 24px;
      height: 24px;
    }
    .wiki_space {
      height: 30px;
      line-height: 30px;
    }
    .wiki_xsmall .wiki_space {
      height: 10px;
      line-height: 10px;
    }
    .wiki_small .wiki_space {
      height: 20px;
      line-height: 20px;
    }
    .wiki_normal.wiki_space {
      height: 30px;
      line-height: 30px;
    }
    .wiki_big .wiki_space {
      height: 40px;
      line-height: 40px;
    }
  }

  @media (max-width: 479px) {
    #wiki_mainmenu li,
    #wiki_contentmenu li {
      font-size: 0.923em;
    }
    #wiki_content {
      line-height: 22px;
    }
    #wiki_content h1 {
      margin-bottom: 25px;
      font-size: 1.8em;
      line-height: 28px;
      height: 33px;
    }
    #wiki_content h2 {
      margin-bottom: 20px;
      font-size: 1.6em;
      line-height: 24px;
      height: 28px;
    }
    #wiki_content h3 {
      font-size: 1.4em;
      line-height: 22px;
      height: 25px;
    }
    #wiki_content h4 {
      font-size: 1.3em;
      line-height: 22px;
      height: 22px;
    }
    #wiki_content li {
      font-size: 1.1em;
    }
    .wiki_space {
      height: 25px;
      line-height: 25px;
    }
    .wiki_xsmall .wiki_space {
      height: 5px;
      line-height: 5px;
    }
    .wiki_small .wiki_space {
      height: 15px;
      line-height: 15px;
    }
    .wiki_normal.wiki_space {
      height: 25px;
      line-height: 25px;
    }
    .wiki_big .wiki_space {
      height: 35px;
      line-height: 35px;
    }
    .wiki_p {
      font-size: 1em;
    }
    .wiki_errorbox {
      font-size: 1em;
    }
    .wiki_infobox {
      font-size: 1em;
    }
    .wiki_codebox {
      font-size: 0.9em;
      line-height: 20px;
    }
  }

  .hljs,
  .hljs-subst {
    color: #5e5e5e;
  }
}
