header,
footer,
nav,
.share-controls,
.year-selector {
  display: none !important;
}

.metric-tab-panel {
  display: block !important;
}

.metric-category {
  page-break-after: always;
}

body::before {
  content: var(--print-title, '');
  display: block;
  margin-bottom: 1em;
  font-weight: 700;
}

html {
  font-size: 90%;
}

@page {
  size: letter portrait;
  margin: 1in;
}
