@media print {

    /* table.tblData, table.tblData *
    {
        border-color: black !important;
    } */
    *
    {
        font-size: 0.7rem !important;
    }
    h1,h2,h3,h4,h5,h6
    {
        font-size: 1.5rem !important;
    }
    .print_full
    {
        width: 100% !important;
        display: block !important;
    }
    .print-grey
    {
        background-color: #666 !important;
        color: #fff !important;
    }
    .print-grey th, .print-grey td, .print-grey small, .print-grey td div, .print-grey th div
    {
        color: #fff !important;
    }
    .print-grey-light
    {
        background-color: #999 !important;
        color: #222 !important;
    }
    .print-grey-light th, .print-grey-light td, .print-grey-light small, .print-grey-light td div, .print-grey-light th div
    {
        color: #222 !important;
    }
    .print-grey-light-2
    {
        background-color: #808080 !important;
        color: #222 !important;
    }
    .print-grey-light-2 th, .print-grey-light-2 td, .print-grey-light-2 small, .print-grey-light-2 td div, .print-grey-ligh-2t th div
    {
        color: #222 !important;
    }
    a
    {
        text-decoration: none;;
    }
    h1
    {
        font-size: 3.6em !important;
        font-weight: 900;
        margin-top: 1.2rem !important;
    }
    .print-dark
    {
        background-color: #333 !important;
        color: #fff !important;
        border: 1px solid #000;
        border-bottom: 1px solid #fff !important;
    }
    .print-dark th, .print-dark td, .print-dark small, .print-dark span, td.print-dark, tr.print-dark th div
    {
        color: #fff !important;
    }
    .border-r-white
    {
        border-right: 1px solid #fff;
    }
    .border-b-white th
    {
        border-bottom: 1px solid #fff;
    }
    .border-top th, .border-top td, .border-bottom th, .border-bottom td
    {
        border-color: transparent;
    }
    .border-dark th, .border-dark td
    {
        border: 1px solid #000 !important;
    }
    .print-teal
    {
        background-color: #61908e !important;
        color: #fff !important;
        color: #000 !important;
    }
    .print-teal th, .print-teal td, .print-teal small
    {
        color: #fff !important;
        color: #000 !important;
    }
    .callout-em-print
    {
        border-top: 0px !important;
    }
    span.has-tip
    {
        border: none;
    }
    table.smaller th, table.smaller td
    {
        font-size: 0.5em;
    }
    div.border-left
    {
        border-left: 1px solid #ccc;
        padding-left: 2em !important;
    }
    div.grid-margin-x-smaller .cell
    {
        margin-left: 0.3rem !important;
        margin-right: 0.3rem !important;
    }

}
