diff --git a/css/print/paper.css b/css/print/paper.css
index 61fa0a93487da6d9abcb9bde4d8433b5e53d206f..ec8a8bd64726fcc0f5258bbe0dfb07ff57844c97 100644
--- a/css/print/paper.css
+++ b/css/print/paper.css
@@ -155,11 +155,14 @@ ul, ol, div, p {
 	page-break-after: always !important; 
 	display: block !important;
 }
-.reveal section.stack {
-	page-break-after: avoid !important; 
-}
 .reveal section .fragment {
 	opacity: 1 !important;
+	visibility: visible !important;
+	
+	-webkit-transform: none !important;
+	   -moz-transform: none !important;
+	    -ms-transform: none !important;
+	        transform: none !important;
 }
 .reveal section:last-of-type {
 	page-break-after: avoid !important; 
diff --git a/css/print/pdf.css b/css/print/pdf.css
index 7c1a496dd36205ba5432ad16085ab8daa9edb6fb..02af691e9d8e61a63824540b4977ea54e20d52b6 100644
--- a/css/print/pdf.css
+++ b/css/print/pdf.css
@@ -141,6 +141,12 @@ ul, ol, div, p {
 }
 .reveal section .fragment {
 	opacity: 1 !important;
+	visibility: visible !important;
+	
+	-webkit-transform: none !important;
+	   -moz-transform: none !important;
+	    -ms-transform: none !important;
+	        transform: none !important;
 }
 .reveal img {
 	box-shadow: none;
@@ -153,7 +159,3 @@ ul, ol, div, p {
 .reveal small a {
 	font-size: 16pt !important;
 }
-
-pre {
-    font-size: 9pt !important;
-}