﻿@media print {
    body {
        -webkit-print-color-adjust: exact;
    }

    .hideWhenPrint {
        display: none;
    }
}
