diff --git a/style.css b/style.css
index af009f036220416026a5cdbbb9a5cb78986386f4..4d7ddadb8cdf7e6dbe21e26eafd1178712fe6a4f 100644
--- a/style.css
+++ b/style.css
@@ -12,6 +12,10 @@ body {
   body {
     font-size: 3vmin;
   }
+
+  table {
+    width: inherit !important;
+  }
 }
 
 /* iPhone landscape only */
@@ -19,6 +23,10 @@ body {
   body {
     font-size: 4vmin;
   }
+
+  table {
+    width: inherit !important;
+  }
 }
 
 /* iPhone portait only */
@@ -26,6 +34,10 @@ body {
   body {
     font-size: 4vmin;
   }
+
+  table {
+    width: inherit !important;
+  }
 }
 
 a {