difference color for odd and even row of table.txt
.fixed_headers tbody tr:nth-child(even) {
              background-color: #efefef;
            }