diff --git a/elections2021/templates/elections2021/_question_block.html b/elections2021/templates/elections2021/_question_block.html
index 78783cf739b3595056aac75a0ffcbf2b60f621bf..14f0596f00fc9e3d1228a792edc629150c0391bc 100644
--- a/elections2021/templates/elections2021/_question_block.html
+++ b/elections2021/templates/elections2021/_question_block.html
@@ -5,8 +5,8 @@
     <i class="ico--chevron-down"></i>
   </div>
   <div class="accordeon-row-body accordeon-row-body--classic">
-    <div>
-      <p>{{ block.value.answer|richtext|format_sources }}</p>
+    <div class="content-block accordeon-lists">
+      {{ block.value.answer|richtext|format_sources }}
     </div>
   </div>
 </div>
diff --git a/elections2021/templates/elections2021/base.html b/elections2021/templates/elections2021/base.html
index 46a3cb4df815d6b5db51fbe08d2c838ef3ac33cd..e54ba6a467913d401e32a9b8b9f133f7d5360fe7 100644
--- a/elections2021/templates/elections2021/base.html
+++ b/elections2021/templates/elections2021/base.html
@@ -32,6 +32,10 @@
       padding-top: 0.6rem;
       padding-bottom: 0.6rem;
     }
+    .accordeon-lists li {
+      list-style-type: square !important;
+      list-style-position: inside;
+    }
   </style>
 
   {% if page.root_page.matomo_id %}