html, body { margin: 0; padding: 0; } .page-wrapper { padding: 1em; } h1, h2, h3 { margin: 0; margin-bottom: 1em; } table { width: 100%; margin: 1em 0; } table td.clipped { overflow-x: clip; white-space: nowrap; text-overflow: ellipsis; max-width: 40ch; }