.my-custom-sub-title {
  font-weight: bold;
  font-size: 20px;
  padding: 0px 0px 10px 0px;
  display: inline-block;
}

.my-custom-highlight {
  padding: 0 2px;
  color: #ffffff;
}

.my-red-text {
  color: red;
  font-weight: bold;
}

.my-small-note {
  font-size: 12px;
  color: #666;
  font-style: italic;
}

.my-rounded-block {
  /* text-align: justify; */
  padding: 10px;
  color: #fff;
}

.my-custom-numbering {
  font-weight: bold;
  text-align: justify;
  margin: 4px;
  color: #ffffff;
  border-radius: 50%;
  min-width: 25px;
  display: inline-block;
  text-align: center;
}

/* ******************************************************* */

.my-badge {
  color: #ffffff;
  font-weight: bold;
  font-size: 12pt;
  line-height: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
}

/* ******************************************************* */

.a4-column-break {
  position: relative;
  margin: 20px 0;
  padding: 8px 0;
  text-align: center;
  border-top: 2px dashed #c00;
  border-bottom: 2px dashed #c00;
}

.a4-column-break::before {
  content: "— COLUMN BREAK —";
  font-size: 14px;
  font-weight: bold;
  color: #c00;
}

/* ******************************************************* */

.raabe-default-set {
  font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
  font-size: 12pt;
  line-height: 1.5;
}

.raabe-fonts-1 {
  font-family: "Times New Roman", Times, serif;
}

.raabe-fonts-2 {
  font-family: Arial, Helvetica, sans-serif;
}

.size-1 {
  font-size: 10pt;
}

.size-2 {
  font-size: 12pt;
}

.size-3 {
  font-size: 14pt;
}

.height-1 {
  line-height: 1;
}

.height-15 {
  line-height: 1.5;
}

.height-2 {
  line-height: 2;
}

/* ******************************************************* */

.raabe-hr {
  height: 1px;
  /* background: #000; */
  margin: 6mm 0;

  /* position: relative;
   padding-top: 4mm;
  text-align: center;
  border-top: 2px dashed #c00; */
}

/* .raabe-hr::before {
  content: "<hr>";
  font-size: 14px;
  font-weight: bold;
} */

/* ******************************************************* */

/* ******************************************************* */
