table tr:nth-child(odd){background-color:rgba(255,255,255,0.06);}
table tr:nth-child(even){background-color:rgba(0,0,0,0.06);}

table th:nth-child(odd),
table td:nth-child(odd){background-color:rgba(255,255,255,0.06);}
table th:nth-child(even),
table td:nth-child(even){background-color:rgba(0,0,0,0.06);}

table td { text-align:right;  }
table th { white-space: nowrap; text-align:left; }