﻿@media print {
    a:hover, a:visited, a:link, a:active {
        text-decoration: none;
        color: black;
    }

    .btn, .site-footer {
        display: none;
    }

    .reportCol {
        display: none !important;
    }
}
