#toc-container {
 max-width: 282px;
 margin-bottom: 0;
}

.fixed {
  position: fixed;
  top: 20px;
}

.fadeOut {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 300ms;
}
.fadeIn {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 300ms;
}

#toc-list {
  margin-left: 0;
  max-height: 600px;
  overflow: auto;
  padding-left: 12px;
}

#toc-list ul {
  margin-left: 0;
}

#toc-container h4 {
  font-size: 20px;
  color: #0091ae;
  padding-bottom: .25em;
  margin: 0;
  border-bottom: 1px solid #ddd;
}

.kb-nav li {
  max-width: 282px;
}

/* Mobile */

.toc-mobile {

}

.toc-mobile#toc-container {
  max-width: unset;
  top: unset;
  bottom: 0;
  right: 0;
  left: 0;
  background: #f5f8fa;
  display: flex;
  flex-flow: column;
  align-items: center;
  position: fixed;
  z-index: 9;
}

.toc-mobile h4 {
 border-bottom: 0;
 text-align: center;
 box-shadow: 0 -1px 5px 0 rgba(45,62,80,0.12);
 width: 100%;
 padding: 12px 0;
}

.toc-mobile #toc-list {
  margin-top: 0;
  max-height: 400px;
  overflow: auto;
}

/*
 * Just for stage
 */
.login-cta-container {
  display: none!important;
}
/*
 * 
 */