diff --git a/userContent.css b/userContent.css
index 3a75c5ab8b1ff65f30dd696f46f734eef2cb99d3..97e7682074211da8783c0639298f01ab0f7dda64 100644
--- a/userContent.css
+++ b/userContent.css
@@ -60,6 +60,14 @@
     }
 }
 
+@-moz-document domain(phaidra-temp.univie.ac.at) {
+    body{ font-weight: 400 !important; /* font-weight 300 makes the text really hard to read */ }
+    .flex-70{
+      max-width: 98% !important; /* 70% is a waste of screen real estate */
+      flex: 1 1 98% !important;
+    }
+}
+
 @-moz-document domain(xxx-phaidra-entw.univie.ac.at) {
     body{ font-weight: 400 !important; /* font-weight 300 makes the text really hard to read */ }
     .flex-70{