@media print{
    .noPrint{
        display:none;
    }
    #bnFodioLogoFix{
        display:none;
    }
    
    table{
        width:90%;
        height: auto;
        margin: 0 auto;
    }
    .table thead tr th{
    border:1px solid black !Important;
    }
    .table tbody tr td{
        border:1px solid black !Important;
    }
}