.toc-wrapper .logo {
  display: none;
}

.page-wrapper .lang-selector {
  margin-top: 2px;
}

.page-wrapper {
  margin-left: 230px;
}

#nav-button.open {
  left: 450px;
  transition: left 0.5s;
}

@media (max-width: 1350px) {
  .page-wrapper {
      margin-left: 0 !important;
  }

  #nav-button {
      display: block;
  }

  .toc-wrapper {
    left: -450px;
    width: 450px !important;
    transition: left 0.5s !important;
  }

  .toc-wrapper.open {
    left: 0px;
  }
}

@media (max-width: 1100px) {
  .content pre, .content blockquote {
    width: auto;
    float: none;
  }

  .dark-box {
    display: none;
  }

  .content table {
    width: calc(100% - 56px) !important;
  }
}

.toc-wrapper {
  width: 230px;
  transition: width 0.5s;
}

.toc-wrapper .toc-footer {
  height: 140px;
}

.toc-wrapper:hover {
  width: 450px;
}

.toc-h3 {
  padding-left: 35px;
  font-size: 11px;
}

.toc-h1.mainHeading {
  color: #00bf6f;
  border-bottom: 1px solid #fff;
}

.toc-h1.hideHeading {
  display: none;
}

.toc-wrapper .toc-link.active {
  background-color: #00bf6f;
}

.toc-wrapper .toc-link.mainHeading.active {
  color: #fff;
}

.page-wrapper .lang-selector {
  border-bottom: 5px solid #00bf6f;
}

.lang-selector a.active {
  background-color: #00bf6f;
}

.postman {
  color: #fff;
  background: #f05b24;
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 1000;
  padding: 3px 5px;
  text-decoration: none;
  border-radius: 3px;
  font-weight: bold;
}

.content .mainHeading,
.content .hideHeading {
  font-size: 30px;
  text-transform: uppercase;
}

.content h4 {
  font-size: 14px;
}

.content h5,
.content h6 {
  font-size: 10px;
}

.content aside {
  color: #fff;
}

.content a {
  color: #007FAA;
  text-decoration: none;
}

.content aside a {
  color: #00BF6F;
}

.content table {
  width: calc(50% - 56px);
  display: table;
  margin: 0 28px 1em 28px;
}

.content table tr td .tab {
  width: 16px;
  height: 16px;
  display: inline-block;
}

.content table tr td:first-child .tab:first-child {
  width: 0px;
}

.content table tr td:first-child .tab:last-child::after {
  margin-left: 4px;
  content: "↳";
}

.content table tr td:first-child .tab:first-child::after {
  content: "";
}

/* Highlighting code */
.token.method {
  color: #aa759f;
}
