﻿@media print
{    
    .noprint
    {
        display: none !important;
    }

    body {
        color-adjust: exact !important;
    }
}
