12 border-collapse: collapse
;
16 background-color: #c8c838
19 /* Second column (details) */
20 tr:nth-child
(even
) > td
{
21 background-color: #ffff95
24 tr:nth-child
(odd
) > td
{
25 background-color: #e1e183
28 /* First column (labels) */
29 tr:nth-child
(even
) > td:first-child
{
31 background-color: #ffff85;
34 tr:nth-child
(odd
) > td:first-child
{
36 background-color: #d1d173;