﻿@media print {
    #ccrp-header, #ccrp-nav, .noprint, footer {
        display: none;
    }

    .onlyprint, .text-center {
        display: block;
        text-align: start;
    }

    .dash-box {
        box-shadow: none;
        margin: 0px;
        padding: 0px;
    }

    html, p, dd, dt {
        font-size: 8pt !important;
    }

    h1 {
        font-size: 14pt !important;
    }

    h2 {
        font-size: 12pt !important;
        margin-top: 20px;
    }

    h3 {
        font-size: 10pt !important;
    }
}
