/* 
    media print stylez
    Created on : Oct 3, 2019, 8:43:44 AM
    Author     : KN
*/
* {
  background-color: transparent;
}
.sidebar,
.navigation,
#footer,
#footer-middle,
#footer-top,
.breadcrumb,
.tabs,
.feed-icon,
#block-topbarmenu,
#block-basic-main-menu {
  display: none;
}
.layout-container {
  width: 100%;
}
#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;
}
