* {
    background-image: none !important;
}

body {
    background: white;
    color: black;
}

table { page-break-inside: avoid; }

.printHide {
    display: none;
}

/*Fix Safari bug: https://getbootstrap.com/docs/4.0/getting-started/browsers-devices/#printing*/
@media print {
    .container {
        width: auto;
    }
}
