@media print {
  body {
    background: #fff;
  }
  header {
    position: relative;
  }
  .page-header-space {
    display: none;
  }
  .callout-card {
    page-break-inside: avoid;
  }
  div.page-wrap[role=main].with-sidebar {
    padding-left: 0;
  }
  div.page-wrap[role=main]>.sidebar {
    display: none;
  }
  a[href]:after {
    content: none !important;
  }
  .snapshot-wrapper .chart-legend {
    height: auto !important;
  }
  canvas {
    width: 100% !important;
    height: auto !important;
  }
}
