@media print {
  .no-print,
  .navbar,
  .footer,
  .filter-bar,
  .page-actions,
  .btn {
    display: none !important;
  }

  body {
    margin: 0;
    padding: 0;
    background: #fff !important;
  }

  .container,
  .fb-card,
  .summary-card,
  .report-summary {
    width: 100% !important;
    max-width: 100% !important;
    box-shadow: none !important;
  }

  .fb-card,
  .summary-card,
  .report-summary,
  .table,
  .fb-table {
    border: 1px solid #cbd5e1 !important;
  }

  .table th,
  .table td,
  .fb-table th,
  .fb-table td {
    color: #000 !important;
    background: #fff !important;
  }

  a[href]:after {
    content: none !important;
  }
}
