body,
html {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-size: 14px;
  font-weight: normal;
  background: #fff !important;
}

* {
  -webkit-print-color-adjust: exact !important;
  color-adjust: exact !important;
  print-color-adjust: exact !important;
}

@page {
  size: portrait A4;
  margin: 1cm;
}

body.printing>div {
  display: none !important;
}

.print-avoid-new-page {
  break-inside: avoid;
}

.print-newpage {
  page-break-before: always;
}

body.printing>article#print_content {
  display: block !important;
  position: relative;
  visibility: visible !important;
  opacity: 1 !important;
  width: 1000px;
  margin: auto;
}

body.printing>article#print_content.nowidth {
  width: auto;
  margin: 0;
}

/* charting kms */
h2.chart-title {
  color: #555f79;
}

h1.chart-title {
  font-size: 18px;
  color: #000;
}

.chart-subtitle {
  font-weight: 400;
  padding-top: 0;
  color: #444;
  text-align: center;
  line-height: 1.5;
}

.chart-subtitle span {
  text-align: center;
  display: inline-block;
  width: 25%;
}