diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 4787aac6cfdf94c002d9e4b3f24c994737e76493..a86aae0d1c3c3fab7b5e4a9a24d7d6c4774435a5 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -213,9 +213,6 @@ table {
   img {
     max-width: 100% !important;
   }
-  @page {
-    margin: 2cm .5cm;
-  }
   p,
   h2,
   h3 {
@@ -232,6 +229,10 @@ table {
   .navbar {
     display: none;
   }
+  @page {
+    margin-top: 2cm;
+    margin-bottom: 2cm;
+  }
   .table td,
   .table th {
     background-color: #fff !important;
diff --git a/less/print.less b/less/print.less
index 07277a3ca66bab672a47c163fb532ec5e1d54053..215808853523dbc4caba3097bbbc1f6c5b4585d2 100644
--- a/less/print.less
+++ b/less/print.less
@@ -50,10 +50,6 @@
     max-width: 100% !important;
   }
 
-  @page {
-    margin: 2cm .5cm;
-  }
-
   p,
   h2,
   h3 {
@@ -76,6 +72,10 @@
   .navbar {
     display: none;
   }
+  @page {
+    margin-top:    2cm;
+    margin-bottom: 2cm;
+  }
   .table {
     td,
     th {