/* Hide everything but main content */
body * {
  visibility: hidden;
}

#main, #content, .entry-content, .post, article {
  visibility: visible;
  position: relative;
}

header, footer, nav, aside, .sidebar, .comments, .widget {
  display: none !important;
}

body {
  font-family: serif;
  background: none !important;
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
}

a::after {
  content: " (" attr(href) ")";
  font-size: 0.8em;
}