/* financial */
table.list tbody tr.financial:nth-child(odd)         { background-color:rgba(230,193,196); }
table.list tbody tr.financial:nth-child(even)        { background-color:rgba(230,193,196);}
table.list tbody tr.financial:nth-child(odd):hover   { background-color:#ffffdd; }
table.list tbody tr.financial:nth-child(even):hover  { background-color:#ffffdd; }
