body { font-family: sans-serif; } a { text-decoration: none; } th { position: sticky; top: 0; background: gainsboro; } td:first-of-type { text-align: center; } .status-voting { background: #baf; } .status-proposed { background: #eef; } .status-approved { background: #dfd; } .status-rejected { background: #fbb; }