@media print { body * { visibility: hidden; } #printable-report-card, #printable-report-card * { visibility: visible; } #printable-report-card { position: absolute; left: 0; top: 0; width: 100% !important; transform: none !important; margin: 0; padding: 20px; box-shadow: none !important; background: white !important; color: black !important; } #btn-print-report, #btn-download-report, #btn-close-backtest { display: none !important; } }
