.post__toc {
  border-bottom-width: 1px !important;
  border-color: #bcb6b6;
  border-radius: 2px;
  border-style: dashed;
}
.post__toc .toc__title {
  color: #2a2a2a !important;
  background: none repeat;
}
.post__toc .toc__menu #TableOfContents > ul {
  margin-left: 10px;
}
.post__toc .toc__menu ul {
  margin-left: 20px;
}
.post__toc .toc__menu li {
  /* margin-bottom: 5px; */
  position: relative;
}
.post__toc .toc__menu a {
  text-decoration: none;
  color: #333;
  display: block;
  padding: 5px 0;
  transition: color 0.3s ease;
  padding-left: 12px;
  border-bottom: 0;
  font-size: 11px;
}
.post__toc .toc__menu a::before {
  content: "*";
  position: absolute;
  left: 0;
  color: #666;
}
.post__toc .toc__menu a:hover {
  color: #fb5555;
}
