diff --git a/print.css b/print.css
index e69de29..14dfb9a 100644
--- a/print.css
+++ b/print.css
@@ -0,0 +1,28 @@
+#skip-to-nav,
+#navigation,
+#toolbar,
+.region-sidebar-first,
+.region-sidebar-second,
+.footer-region,
+.breadcrumb,
+div.tabs,
+.action-links,
+.links,
+.book-navigation,
+.forum-topic-navigation,
+.pager,
+.feed-icons {
+  visibility: hidden;
+  display: none;
+}
+body {
+  padding-top: 0 !important;
+  margin: 20px;
+}
+table {
+  border: 1px solid #333;
+}
+.field-label-inline .field-label, .field-label-inline .field-items, .field-label-inline .field-items .field-item {
+  float: none;
+  display: inline;
+}
\ No newline at end of file
diff --git a/rubik.info b/rubik.info
index 065f5de..973b340 100644
--- a/rubik.info
+++ b/rubik.info
@@ -14,6 +14,8 @@ stylesheets[screen][] = core.css
 stylesheets[screen][] = icons.css
 stylesheets[screen][] = style.css
 
+stylesheets[print][]  = print.css
+
 ; Support shortcut module links
 settings[shortcut_module_link] = 1
 
