Heres the entire page * wrappable is defined in a main.css file
/* Wrappable cell * Add this class to make sure the text in a cell will wrap. * By default, d
td { overflow: hidden; max-width: 400px; word-wrap: break-word; }