diff --git a/biscuit/apps/alsijil/static/css/alsijil/full_register.css b/biscuit/apps/alsijil/static/css/alsijil/full_register.css
index cfcc3340618e9d0d994e41b6b36b2553d99bb800..ff1e2558bfe95bcba29e4da768b7cd6bc7655634 100644
--- a/biscuit/apps/alsijil/static/css/alsijil/full_register.css
+++ b/biscuit/apps/alsijil/static/css/alsijil/full_register.css
@@ -129,22 +129,21 @@ th.lessons-day-head {
   transform: rotate(-180deg);
 }
 
-tr.lesson-substituted {
-  background-color: #ffc107;
-}
-
-tr.lesson-cancelled {
-  background-color: #dc3545;
+tr.lesson-cancelled td.subj {
+  text-decoration: line-through;
 }
 
 tr.lesson-cancelled td {
-  text-decoration: line-through:
+  background-color: #dc3545;
 }
-
 tr.lesson-substituted td.lesson-subj {
   text-decoration: line-through;
 }
 
+tr.lesson-substituted td {
+  background-color: #ffc107;
+}
+
 td.lesson-notes {
   font-size: 80%;
 }
diff --git a/biscuit/apps/alsijil/templates/alsijil/print/full_register.html b/biscuit/apps/alsijil/templates/alsijil/print/full_register.html
index 92221aa5ff914ea36e13ea3c472a33858cc69b9e..6170527d663f0804d93e86f2baa4acfb0667b4b8 100644
--- a/biscuit/apps/alsijil/templates/alsijil/print/full_register.html
+++ b/biscuit/apps/alsijil/templates/alsijil/print/full_register.html
@@ -5,8 +5,6 @@
   <head>
     <meta charset="utf-8" />
 
-    <link rel="stylesheet"
-      href="https://raw.githubusercontent.com/cognitom/paper-css/master/paper.min.css" />
     <link rel="stylesheet"
       href="{% static 'css/alsijil/full_register.css' %}" />
   </head>