.post_title {
  display: block;
  word-break: break-all;
}
.post_content {
  word-break: break-all;
  padding: 0 8px 0;
}
.post_content p {
  font-size: 16px;
  font-weight: 400;
}
.post_content img {
  max-width: 100%;
}
.post_content h1::before,
h2::before,
h3::before,
h4::before,
h5::before,
h6::before {
  content: "# ";
  color: #0e5796;
}
.post_content h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  padding-top: 70px;
  margin-top: -70px;
}
#toc {
  font-size: 16px;
}
.toc-title {
  font-size: 1.5rem;
  font-weight: 400;
}
#tocbot ol {
  list-style: none;
}
.tocbot-list ol {
  list-style: none;
  padding-left: 15px;
}
.tocbot-link {
  color: #34495e;
}
.tocbot-active-link {
  font-weight: 600;
  color: #89229b;
}
.tocbot-is-collapsible {
  max-height: 1000px;
  overflow: hidden;
  transition: all 300ms ease-in-out;
}
.tocbot-is-collapsed {
  max-height: 0;
}
.comments {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #toc {
    display: none;
  }
}
