h3.description-header {
	font-size: 1.75rem;
  font-weight: bold;
  margin-top: 1.0em;
  margin-bottom: 0.5em;
}

p.description-header {
  position: relative;
	font-size: 1.5rem;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.description {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
	font-size: 1.5rem;
}

ul.description {
  list-style-type: disc;
  margin-left: 20px;
}

ul.description > li {
  margin-left: 20px;
}

p.indent-ref-block {
  padding-left: 1em;
	position: relative;
  font-weight: bold;
  color: red;
}

p.indent-ref-block:before {
	content: "※";
	position: absolute;
	left:0;
	top:0;
}

.strong-red {
  font-weight: bold;
  color: red;
}
