Regarding pages with tables, like https://starbounder.org/Food Would you consider adding a style to alternate the row backgrounds, such as this? It would really help keep track of things, especially for users with wide screens. Code: .gametable tr:nth-child(even) { background: rgba(0,0,0,0.3); }