﻿@media print {

    * {
        text-shadow: none !important;
        color: #000 !important;
        box-shadow: none !important;
    }

    .mud-drawer, .mud-appbar {
        display: none;
    }

    .mud-button, .mud-icon-button, .mud-input-slot, .mud-file-upload {
        display: none;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    .mud-select {
        display: none;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    .table, td, th {
        border-collapse: collapse !important;
    }
}
