@CHARSET "UTF-8";

.txtcom span.blockquote {
  border: 1px dotted #CDCDCD;
  padding: 0.5em;
  margin: 0.5em 0 0.5em 1em;
  display: block;
}

.txtcom strong,
.txtcom b,
.topic-body strong,
.topic-body b {
  font-weight: bold;
}

.txtcom em,
.txtcom i,
.topic-body em,
.topic-body i {
  font-style: italic;
}

.txtcom s,
.txtcom strike,
.topic-body s,
.topic-body strike {
  text-decoration: line-through;
}

.txtcom ul,
.txtcom ol,
.topic-body ul,
.topic-body ol {
  padding-left: 20px;
  margin-bottom: 10px;
}

.txtcom ol li,
.topic-body ol li {
  list-style-type: decimal;
  list-style-position: inside;
}

.txtcom li,
.topic-body li {
  margin-bottom: 5px;
}

.txtcom p,
.topic-body p {
  margin-bottom: 15px;
}