@media print
{
    .printhide {
        display: none;
    }

    th, td {
        color: black !important;
    }

    img {
        max-width: 30vw !important;
    }

    body {
        background-color: white !important;
    }
}