body { width: 100%; margin: 0; }
h1, h2, h3, h4, h5, h6 { page-break-inside: avoid; page-break-after: avoid; }
h1 > h2, h2 > h3, h3 > h4, h4 > h5, h5 > h6 { page-break-before: avoid; }
a, a:visited { color: black; }

#header, #menu, #footer { display: none; }

#content.with-sidebar { margin-right: 0; }

#content a.rss { display: none; }

/* Zápisník */

#sidebar,
#content article footer .comment-link-and-count,
#content table.comments td:nth-child(2) .email-and-www,
#content #add-comment {
  display: none;
}

