diff --git a/panels/mensaPlan/style.css b/panels/mensaPlan/style.css
index d353b02ede0a6d83d7cf7d74bd2eba673dab1ffb..2d987b40b5aa451be0a34135d8f33c20957a5290 100644
--- a/panels/mensaPlan/style.css
+++ b/panels/mensaPlan/style.css
@@ -1,15 +1,15 @@
 /* Table */
-#mensaPlanTable {
+#mensaPlanTable1 {
   font-weight: bold;
 }
-#mensaPlanTable td {
+#mensaPlanTable1 td {
   border-bottom: solid 2px black;
 }
-#mensaPlanTableHead {
+#mensaPlanTable1Head {
   background-color: #0000f0;
   color: #000000;
 }
-#mensaPlanTableBody {
+#mensaPlanTable1Body {
   background-color: #ffffff;
   color: #000000;
 }
diff --git a/panels/mensaPlan/style.less b/panels/mensaPlan/style.less
index 04b1d52324cf1afbedd821370402469b3fa6575e..f1ef97fd6d60fac233559718883f43d64961063b 100644
--- a/panels/mensaPlan/style.less
+++ b/panels/mensaPlan/style.less
@@ -1,17 +1,17 @@
 /* Table */
-#mensaPlanTable {
+#mensaPlanTable1 {
 	font-weight: bold;
 	td {
 	    border-bottom: solid 2px black;
 	}
 }
 
-#mensaPlanTableHead {
+#mensaPlanTable1Head {
 	background-color: #0000f0;
 	color: #000000;
 }
 
-#mensaPlanTableBody {
+#mensaPlanTable1Body {
 	background-color: #ffffff;
 	color: #000000;
 }