.age_analysis_report
{
    /**
     * Removed because only one table is used in all report types
     * so it's safe to auto-size the table's cells.
     */
    /*table-layout: fixed;*/ 
    width: 100%;       
    text-align: left;
    font-size: 14px !important;
    border-bottom: 1px solid #EEEEEE;
}

.age_analysis_report td
{
    border-bottom: 0;
}

.age_analysis_report .totals-total td
{
    border-top: 1px solid #EEEEEE;
}

.age_analysis_report .totals-total td,
.age_analysis_report .totals-percentage td
{
    font-weight: bold;
}

