﻿@media print {

    .text-center {
        font-size: 7pt !important;
    }

    table td {
        font-size: 8pt !important;
    }

    a[href]:after {
        content: none !important;
    }

   .hide-on-print {
        display: none !important;
    }

   .show-on-print {
        display: block !important;
    }

}
