diff --git a/impl/index.html b/impl/index.html
index 435176f..3dcb405 100644
--- a/impl/index.html
+++ b/impl/index.html
@@ -1,277 +1,254 @@
-
-
- Attribution Simulator
-
+
- table {
- border-collapse: collapse;
- width: 100%;
-
- thead {
- position: sticky;
- background-color: #ddd;
- top: 0;
- }
-
- th,
- td {
- padding: 3px 1ch;
- }
-
- td:nth-child(n + 4):nth-child(-n + 7) {
- text-align: right;
- }
-
- tr:nth-child(2n) {
- background-color: #eee;
- }
- }
-
-
-
-
-