/*! toc.css 27-05-2020 09:48:32 */

.toc {
  display: table;
  background: #f5f5f5;
  border: 1px solid #e2e2e2;
  padding: 15px 20px;
  margin-bottom: 30px;
}
.toc__title {
  font-size: 14px;
  margin-bottom: 10px;
}
.toc__list {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
}
.toc__list ul {
  list-style: none;
}

/*# sourceMappingURL=toc.css.map */