th {
    font-size: 11px !important;
    font-weight: bold;
    text-align: left;
}
table.stripy {
    background: #f2f2f2;
    width: 100%;
}


table.stripy tr:nth-child(2n){
    background: #DDF5DD;
    width: 100%;
}
table.stage_table {
    background: #f2f2f2;
    width: 100%;
   }
table.task_table {
    background: #DDF5DD;
    width: 100%;
   }
tr.stage_table_header {
    background: #D2d2d2;
   }
tr.task_table_header {
    background: #CCE4CC;
   }
div.collapsed_row_icon
{
    cursor:pointer;
}