diff --git a/app/styles/application.css b/app/styles/application.css
index 881569e3e6600bad719ce95bfde0b2b94fe90503..1a97977c7eebf6a2046784b367555020ca8588ba 100644
--- a/app/styles/application.css
+++ b/app/styles/application.css
@@ -80,4 +80,16 @@ a {
 footer, footer a {
   color: #ddd;
 }
+.terms h2 {
+    counter-reset: section;
+}
+
+.terms h3:before {
+      content: counter(section) ".\0000a0\0000a0";
+          counter-increment: section;
+              counter-reset: list;
+}
 
+.terms ol ol {
+    list-style-type: lower-alpha;
+}