/* 
    Document   : reports
    Created on : 15-Feb-2013, 09:08:22
    Author     : Sacha
    Description:
        Purpose of the stylesheet follows.
*/

.record_list.report_fixed_table
{
  table-layout: fixed;
}
.record_list .report_fixed_value
{
 width: 150px;
}

