* {
  background-color: transparent;
}

.screen-only {
  display: none;
}

.print-only {
  display: inline-block;
}

.sidebar,
#navigation,
#header-region,
#search-bar,
#footer,
.breadcrumb,
.tabs,
.feed-icon,
.links,
.source-link,
.colorkey-wrapper {
  display: none;
}

.layout-container {
  width: 100%;
}

#header {
  position: absolute;
}

#content,
.title {
  margin: 20px 0;
  width: auto;
}

a:hover, a:active, a:link, a:visited {
  color: black;
}

#content a:link:after, #content a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 0.8em;
  font-weight: normal;
}

#header-top div.brand .logo img.screen-only {
  display: none;
}
#header-top div.brand .logo img.print-only {
  display: block;
}

/*# sourceMappingURL=print.css.map */
