/* Print styling: show only the report/main content. */
@media print {
    .topbar,
    .sidebar,
    .sidebar-backdrop,
    .no-print,
    .btn,
    form.filter-form {
        display: none !important;
    }

    body.app-shell { background: #fff !important; }

    .main-content {
        margin: 0 !important;
        padding: 0 !important;
    }

    .card { border: none !important; box-shadow: none !important; }

    table { width: 100% !important; border-collapse: collapse !important; }
    table th, table td {
        border: 1px solid #999 !important;
        padding: 4px 8px !important;
        font-size: 12px !important;
    }

    .wrong-side { background: #fff !important; }
    .wrong-side td { font-style: italic; }

    a[href]:after { content: ""; }
}
