diff --git a/views/DE/mailinglists.pug b/views/DE/mailinglists.pug
index adf3b1226bb39dc749003f3f0d90b720cee80f89..f558df1892fb7da00f1b8e84ae903c0113fcfd24 100644
--- a/views/DE/mailinglists.pug
+++ b/views/DE/mailinglists.pug
@@ -32,7 +32,7 @@ html(lang="de")
         h5(align="left") Aktive Mailinglisten
         div(class="flex-container" style="align-items:flex-start")
             div(class="table")
-                table(border="0" id="Projektliste")
+                table(border="0" id="listtable" class="table table-striped")
                     thead
                         tr
                             th Name
diff --git a/views/EN/mailinglists.pug b/views/EN/mailinglists.pug
index adf3b1226bb39dc749003f3f0d90b720cee80f89..f558df1892fb7da00f1b8e84ae903c0113fcfd24 100644
--- a/views/EN/mailinglists.pug
+++ b/views/EN/mailinglists.pug
@@ -32,7 +32,7 @@ html(lang="de")
         h5(align="left") Aktive Mailinglisten
         div(class="flex-container" style="align-items:flex-start")
             div(class="table")
-                table(border="0" id="Projektliste")
+                table(border="0" id="listtable" class="table table-striped")
                     thead
                         tr
                             th Name