diff --git a/elections2021/templates/elections2021/base.html b/elections2021/templates/elections2021/base.html
index e54ba6a467913d401e32a9b8b9f133f7d5360fe7..dc3d71a29953e5ddddd1101f7e252d150aaeb879 100644
--- a/elections2021/templates/elections2021/base.html
+++ b/elections2021/templates/elections2021/base.html
@@ -34,7 +34,9 @@
     }
     .accordeon-lists li {
       list-style-type: square !important;
-      list-style-position: inside;
+      list-style-position: outside;
+      padding-left: 0.5em !important;
+      margin-left: 1.5em;
     }
   </style>