Fullcalendar's print stylesheet was overriding table styles globally. This commit scopes the rules.
@@ -32,11 +32,11 @@
/* Table & Day-Row Restyling
--------------------------------------------------------------------------------------------------*/
-th,
-td,
-hr,
-thead,
-tbody,
+.fc th,
+.fc td,
+.fc hr,
+.fc thead,
+.fc tbody,
.fc-row {
border-color: #ccc !important;
background: #fff !important;