html, body { font-family: sans-serif; } span.success { color: green; } span.success::pre { content: "✓"; } span.failure { color: red; } span.failure::pre { content: "✗"; } table { border-collapse: separate; border-spacing: 0 5px; } tbody > tr { background: #efefef; border: 1px solid #dddddd; } tbody > tr > td { margin: 0; padding: 10px; } td.report-id { font-family: monospace; }