/* .page-toc {
    overflow:hidden;
    background: #f3f4f6;
    padding: 0 1em;
  }
  @media (max-width:600px) {
    .page-toc {
      width:100%;
      margin-top:.5rem;
      margin-bottom:0;
      margin-left:0
    }
  }
  .page-toc .toc-toggle {
    font-size:1.2rem;
    line-height:1.2rem;
    display:block;
    float:right;
    padding:10px;
    cursor:pointer;
    color:#667189
  }
  .page-toc.toc-closed {
    height:40px;
    margin:.5rem 0;
  }
  .page-toc.toc-closed .toc-toggle .fa:before {
    content:'\f107'
  }
  .page-toc h2 {
    margin:0 0 1rem
  }
  .page-toc ul {
    margin-bottom:0;
    margin-left:1rem
  }
  .page-toc li {
    margin-top:0;
    list-style:decimal;
    color:#808ba1
  }
  .page-toc li li {
    list-style:decimal
  }
  .page-toc li li li {
    list-style:square
  }
  .page-toc ul>li.first.last {
    margin:0;
    margin-left:-1rem;
    list-style:none
  }
  .page-toc+.main>.code-toolbar,
  .page-toc+.main>.notices {
    overflow:hidden
  } */
.tabs-nav li:first-child {
    padding-left: 0em;
}
.tabs-wrapper {
    margin: 3rem 0 !important;
}
.image.shadow {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.image.border {
    border: 2px solid #e6e6e6 !important;
    padding: 2px;
}
.grav-youtube-wrapper {
  margin: 3rem 0;
}
.notices strong {
  color: inherit !important;
}
.tabs-wrapper.ui-theme-default .tabs-nav li a {
  background-color: #f4f4f4 !important;
}
.main .prism-wrapper {
  overflow: hidden !important;
}
