@media print {
  @page {
    size: letter;
    margin: 20mm;
  }
  
  body {
    display: none;
  }
  
  .print-container {
    font-size: 12pt;
  }
  
  .print-logo {
    height: 5rem;
  }
  
  .print-divider {
    height: 1px;
    page-break-after: always;
  }
  
  .print-heading {
    font-size: 2rem;
    margin-top: 3rem;
    margin-bottom: 4rem;
  }
  
  #give-now-chart .chart-svg { 
    height: 30vw;
  }
  
  #give-later-chart .chart-svg { 
    height: 30vw;
  }
  
  #endowment-chart .chart-svg { 
    height: 20vw;
  }
  
  #disbursement-chart .chart-svg { 
    height: 20vw;
  }
  
  .chart {
    margin-bottom: 4rem;
  }
  
  .chart + .chart {
    margin-top: 4rem;
  }
  
  .chart-caption {
    margin-bottom: 0;
  }
  
  .print-chart-image {
    width: 100%;
  }
  
  .comparison-table {
    font-size: 10pt;
  }
  
  .comparison-table th {
    border-color: #888;
    color: #000;
  }
  
  .comparison-table td {
    border-color: #888;
  }
}
