.confBodyBox p {
  text-align: justify;      /* stretch text across full line */
  text-align-last: left;    /* last line left-aligned (like LaTeX) */
  hyphens: auto;            /* allow hyphenation for smoother spacing */
  overflow-wrap: break-word;/* avoid overflow */
}