diff --git a/index.html b/index.html
index 5ede8bb..03eb60b 100644
--- a/index.html
+++ b/index.html
@@ -36,13 +36,13 @@
 			
EMF2022
 		
 		Policy
-		
+		
 			- No one shall dissuade or stop anyone from making anything, especially if it's a bad idea.
- "Fuck it, we'll do it live" is always acceptable.
- Maybe policy should go on the website.
- > For policy proposals in chat.-
- Un defined, (but positive) number of ✅ are needed for policy approvals.-
+			
+				- Un defined, (but positive) number of ✅ are needed for policy approvals.
- Ticks must outweigh ❌ votes
- No hacker shall intentionally set another hacker on fire, or through inaction allow another hacker to be set on fire.diff --git a/style.css b/style.css
index 9c56b32..1039b6d 100644
--- a/style.css
+++ b/style.css
@@ -74,6 +74,33 @@ ul.fisher-price-links>li>a {
 	animation: unicornMode 2s linear 0s infinite;
 }
 
+.nested li {
+	display: block;
+	position: relative;
+}
+
+.nested {
+	margin-bottom: 0;
+	counter-reset: number;
+}
+
+.parent .nested {
+	counter-reset: letter;
+}
+
+.parent .nested li::before {
+	content: counter(letter, lower-alpha) ".";
+	counter-increment: letter;
+}
+
+.nested li::before {
+	content: counter(number) ".";
+	counter-increment: number;
+	position: absolute;
+	margin-right: 100%;
+	right: 10px;
+}
+
 @keyframes unicornMode {
 	from {
 		color: #6666ff;