
 .references_table_1 { 
    width: 100%;
    table-layout: fixed;  
 }

 .references_table_1 tr td {
    text-align: center;
    font-weight: bold;  
    color: #999; 
    border-bottom:1px solid #999;
 }

 .references_table_1 tr td.t1_row1_col1 {
    width: 230px;
 }

 .references_table_1 tr td.t1_row1_col3 {
    width: 90px;
 }
 .references_table_1 tr td.t1_row1_col4 {
    width: 60px;
 }




 .references_table_2 { 
    width: 100%;
    table-layout: fixed;  
    font-size: 12px; 
 }

 .references_table_2 tr td {
    padding: 5px;
 }

 .references_table_2 tr td.t2_row1_col1 {
    vertical-align:top;
    width: 230px;
 }

 .references_table_2 tr td.t2_row1_col2 {
    vertical-align:top;
 }


 .references_table_2 tr td.t2_row1_col3 {
    vertical-align:top;
    width: 90px;
    text-align: center;
 }
 .references_table_2 tr td.t2_row1_col4 {
    vertical-align:top;
    width: 60px;
    text-align: center;
 }
