/* styles for report headings */

.heading-xl, h1.report {
    font-family: BaWue Sans, Arial, sans-serif;
    font-size: 2.5rem; /*40px*/
    font-weight: 700;
    line-height: 120%;
}

.heading-l, h2.report {
    font-family: BaWue Sans, Arial, sans-serif;
    font-size: 2rem; /*32px*/
    font-weight: 700;
    line-height: 130%;
}

.heading-m, h3.report {
    font-family: BaWue Sans, Arial, sans-serif;
    font-size: 1.75rem; /*28px*/
    font-weight: 700;
    line-height: 130%;
}

.heading-s, h4.report {
    font-family: BaWue Sans, Arial, sans-serif;
    font-size: 1.5rem; /*24px*/
    font-weight: 700;
    line-height: 130%;
}

/* no heading should be smaller in order to stay larger than body text */
.heading-xs, h5.report, h6.report {
    font-family: BaWue Sans, Arial, sans-serif;
    font-size: 1.25rem; /*20px*/
    font-weight: 700;
    line-height: 130%;
}

.monitoring-list {
  margin: 0;
  padding: 0;
}
.monitoring-item {
  margin-bottom: 1rem;
}
.monitoring-date {
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.monitoring-result {
  padding-left: 1.5rem; /* creates the indented paragraph look */
  white-space: normal;
}