@media print
{
    #sidebar, .footer, #print_button, .print_remove, .headline
    {
        display:none;
    }
    
    .quantity_txt
    {
        border-style:none;
        background-color:white;
        position:relative;
        left:1em;
    }
    
    .report_table
    {
        width:100%;
        border-collapse:collapse;
    }
    
    .report_table td
    {
        border-style:solid;
        border-width: 1px;
    }
    
    .right_align_cell
    {
        text-align:right;
    }
}
