@media print {

    body {
        background: #fff !important;
    }

    .no-print,
    .hero,
    .footer {
        display: none !important;
    }

    .card {
        box-shadow: none !important;
        border: 1px solid #000;
    }

    table {
        font-size: 14px;
    }

    h3, h5 {
        margin: 0;
    }
}
