diff --git a/aleksis/core/tables.py b/aleksis/core/tables.py
index 2f3afbc201fc5015b6f30b68911f523526b00dc9..ff8fd871e75e9b97453784928d65456c5f857e8b 100644
--- a/aleksis/core/tables.py
+++ b/aleksis/core/tables.py
@@ -8,7 +8,7 @@ class PersonsTable(tables.Table):
     """Table to list persons."""
 
     class Meta:
-        attrs = {"class": "table table-striped table-bordered table-hover table-responsive-xl"}
+        attrs = {"class": "responsive-table highlight"}
 
     first_name = tables.LinkColumn("person_by_id", args=[A("id")])
     last_name = tables.LinkColumn("person_by_id", args=[A("id")])
@@ -18,7 +18,7 @@ class GroupsTable(tables.Table):
     """Table to list groups."""
 
     class Meta:
-        attrs = {"class": "table table-striped table-bordered table-hover table-responsive-xl"}
+        attrs = {"class": "responsive-table highlight"}
 
     name = tables.LinkColumn("group_by_id", args=[A("id")])
     short_name = tables.LinkColumn("group_by_id", args=[A("id")])
diff --git a/aleksis/core/templates/core/person_full.html b/aleksis/core/templates/core/person_full.html
index f9937efb5ff0ca514082f1593c1a8bf515ba2ce5..d676fd75d87889edaa2f61f09711f9de758ee3e1 100644
--- a/aleksis/core/templates/core/person_full.html
+++ b/aleksis/core/templates/core/person_full.html
@@ -44,7 +44,7 @@
       {% endif %}
     </div>
     <div class="col s12 m8">
-      <table class="table table-responsive-xl table-border table-striped">
+      <table class="responsive-table highlight">
         <tr>
           <td rowspan="6">