diff --git a/aleksis/core/tables.py b/aleksis/core/tables.py
index ef54b384fea5896d9a7bda9fbcf046f08390995e..2f3afbc201fc5015b6f30b68911f523526b00dc9 100644
--- a/aleksis/core/tables.py
+++ b/aleksis/core/tables.py
@@ -28,7 +28,7 @@ class GroupTypesTable(tables.Table):
     """Table to list group types."""
 
     class Meta:
-        attrs = {"class": "responsie-table centered highlight striped"}
+        attrs = {"class": "responsive-table highlight"}
 
     name = tables.LinkColumn("edit_group_type_by_id", args=[A("id")])
     description = tables.LinkColumn("edit_group_type_by_id", args=[A("id")])