@media print {
    html, body {
        width:100%;
    }

    table {
        width:95% !important;
    }
    table.width100 {
        width:100% !important;
    }

    td {
        border:1px solid !important;
        text-align:left;
    }
    * {
        font-family:Verdana !important;
        font-size:11px !important;
    }

    .print50 {
        width:50%;
    }

    .print60 {
        width:70%;
    }

    .print10 {
        width:10%;
    }
}