body { counter-reset: heading-counter; }
h2.list-header { counter-increment: heading-counter; }
  h2.list-header::before { content: counter(heading-counter) ". "; font-weight: bold; margin-right: 5px; }
.tj-post-wrapper h1 { font-size: 2.5em; }
  .tj-post-wrapper h2 { font-size: 2em; }
.listwdots { list-style-type: disc; }
  .listwdots li { margin-left: 1.4em; }
.tj-post-single-post .tj-entry-content img { margin: 0; }
.tj-entry-content img.roundedimg { border-radius: 0.5em; }
.article-dlist { margin-left: 1.0em; }
  .article-dlist dd { display: list-item; margin-left: 1.4em; }
.diagram-list li, .diagram-list li h3 { font-size: 18px; font-weight: bold; }
  .diagram-list li h3.tj-post-title { margin-top: 28px; margin-bottom: 8px; }
  .diagram-list li p { font-size: 16px; font-weight: normal; }
