@charset "UTF-8";

.the_content ul,
.the_content ol {
  padding-left: 40px;
}

.the_content ul {
  list-style-type: disc;
}

.the_content ol {
  list-style-type: decimal;
}

.the_content h1,
.the_content h2,
.the_content h3,
.the_content h4,
.the_content h5,
.the_content h6 {
  display: block;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: bold;
}
.the_content h1 {
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
}
.the_content h2 {
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
}
.the_content h3 {
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.the_content h4 {
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
}
.the_content h5 {
  font-size: 0.83em;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}
.the_content h6 {
  font-size: 0.67em;
  margin-block-start: 2.33em;
  margin-block-end: 2.33em;
}

.the_content th,
.the_content td {
  border: 1px solid;
  padding: 5px;
}