@media print {
.tc-tags-wrapper {
     display: none ! important;
     }
#tc-page-background {
     display: none ! important;
     }
body.tc-body {
     background-color: transparent;
     }
.tc-image-chevron-down {
     display: none ! important;
     }
.tc-image-chevron-up {
     display: none ! important;
     }
.tc-subtitle {
     display: none ! important;
     }
.sidebar-header, .tc-topbar {
     display: none;
     }
.story-river {
     margin: 0;
     padding: 0;
     }
html body.tc-body .tc-tiddler-frame {
     margin: 0;
     border-bottom: 1px solid #ccc;
     padding: 5px;
     }
html body.tc-body a.tc-tiddlylink-external:hover {
     border: 1px solid <<colour tiddler-border>>;
     }
html body.tc-body .tc-tiddler-info {
     padding: 14px 42px 14px 42px;
     background-color: <<colour tiddler-info-background>>;}
     }
}