@media print {
    #headerRow, form, #footerRow, #footerRow .container footer {
        display:none;
    }

    a[href]:after {
        content: none !important;
    }

    html, body {
        background:none;
    }

    table th {
        background:#fff;
        color:#333;
        font-weight:bold;
    }

    table thead th, table tbody td {
        border-bottom:1px solid #ccc;
        background:none;
    }
}