    .invoice_table {
        width: 100%;
        border: 1px #ccc solid;
    }

    .invoice_table th {
        background: linear-gradient(to bottom, rgba(209, 88, 88, 0.74) 0%, #C14A4A 100%) repeat scroll 0% 0% transparent;
        border-radius: 0px;
    }

    .invoice_table th.th_grey {
        background: linear-gradient(to bottom, rgba(125, 125, 125, 0.74) 0%, #7D7D7D 100%) repeat scroll 0% 0% transparent;
        border-radius: 0px;
    }

    .invoice_table th {
        font-weight: normal;
        border: 1px solid #D3D3D3;
        color: rgba(255, 255, 255, 0.9);
        font-size: 14px;
        line-height: 1.2em;
        padding: 3px 4px;
    }

    .invoice_table td {
        padding: 4px 6px;
           
        background: #FFF repeat scroll 0% 0%;
        
        border-bottom: 1px #ccc solid;
        border-right: 1px #ccc solid;
        
        text-align: center;
    }
    .invoice_table td.la {
        text-align: left;
    }

    .invoice_table .table_line:hover td {
        background: #EEE repeat scroll 0% 0%;
    }

    .invoice_table td, #invoice_table th {
        font-weight: normal !important;
    }


    .invoice_table .currency {
       text-align: right !important;
    }

    .invoice_table .currency:before {
       content: "$" !important;
       float: left !important;
    }