.comment {
    word-break: initial;
}
.comment blockquote {
  background: #E6F2E6;
  border-left: 3px solid #408040;
  font-style: italic;
  padding-left: 5px;
  margin-left: 2px;
}
.comment pre {
  background: #E0F0FF;
  border-left: 5px solid #55AAFF;
  padding: 5px;
  margin-left: 2px;
  overflow: auto;
}
.comment code {
  white-space: pre;
  border: initial;
  padding: initial;
  background: inherit;
  font-family: JetBrains Mono NL, Courier New, Monospaced;
  font-size: 0.9em;
}
.comment table {
  border-spacing: 0px;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
}
.comment th, .comment td {
  border-left: 1px solid gray;
  border-top: 1px solid gray;
  margin: 0px;
  padding: 0.5em 1em;
}
.comment th {
  background: #D4D4D4;
  font-weight: 600;
}

.comment div.heading_title {
    text-decoration:underline;
    font-weight: bold;
}

.comment div.topic_content {
    padding-left: 30px;
    margin-bottom: 15px;
}

.comment div.topic_title {
    text-decoration:underline;
    font-weight: bold;
}

.comment dt {
    margin: 0 0 4px 0;
    float: left;
    clear: left;
    width: 200px;
    font-weight: bold;
    word-break: break-all;
}
		
.comment dd {
    margin: 0 0 4px 200px !important;
}
