.sidebar {
  left: -16.18rem;
  width: 16.18rem;
}
.sidebar.on {
  left: 0;
}
.content.on {
  margin-left: 0 !important;
}
.navbar-toggle {
  left: 17.68rem;
}
.search-form-wrap {
  right: 16.18rem;
}
@media (min-width: 768px) {
  .outer,
  .wrap {
    width: 161.8rem !important;
  }
}
@media (max-width: 768px) {
  .tocbot {
    display: none !important;
  }
  .content.on {
    transform: translateX(16.18rem);
  }
}
