@media print {
    body{
        color : #000000;
        background : #ffffff;
        font-family : "Times New Roman", Times, serif;
        font-size : 10pt;
        /* FIXED MENU SUP */
        margin-top: 0px;
    }
    a{
        text-decoration : none;
        color : black;
    }
    input[type=button], button, nav, footer, .noprint{
        display: none !important;
        width: 0px;
        height: 0px;
    }
    table{
        width: 100%;
    }
    table tr th{
        background-color: gray !important;
    }
    table tr td{
        border-bottom: 1px solid gray;
        /* border-right: 1px solid gray; */
    }
}
