/* Shared article TOC styles */
/* Created automatically by post-optimizer. */

#toc-nav-container,
.article-toc,
.toc-nav {
  box-sizing: border-box;
}

#toc-list-content,
.article-toc-list,
.toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

#toc-list-content li,
.article-toc-item,
.toc-list li {
  margin: 0;
}
