@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
    border: none !important;
    overflow: visible !important;
    position: static !important;
  }
  #tuna {
    display: none;
  }
  #site-ctn .leaderboard,
  #site-ctn .partners {
    display: none;
  }
  #site-ctn #site-header {
    padding-top: 30px;
  }
  #site-ctn #site-header #market-selector,
  #site-ctn #site-header #mobile-header {
    display: none;
  }
  #site-ctn #site-header #web-header #nav-header {
    display: none;
  }
  #site-ctn #site-header #web-header #link-header #bg-line {
    display: none;
  }
  #site-ctn #site-header #web-header #link-header nav > ul,
  #site-ctn #site-header #web-header #link-header nav > div {
    display: none;
  }
  #site-ctn #site-header #web-header #link-header nav #logo-ctn {
    display: block;
    width: 198px;
    height: 68px;
  }
  #site-ctn #site-header #web-header #link-header nav #logo-ctn a {
    display: block;
  }
  #site-ctn #site-header #web-header #link-header nav #logo-ctn a #logo {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    position: static;
    right: inherit;
    top: inherit;
    max-width: inherit;
    max-height: inherit;
  }
  #site-ctn #site-main {
    margin-top: 65px;
  }
  #site-ctn #site-main .sidebar {
    display: none;
  }
  #site-ctn #site-main #archives {
    margin-bottom: 0;
    padding-right: 0;
  }
  #site-ctn #site-main #archives .archive-wrapper .archive-unit {
    *zoom: 1;
    margin-top: 20px;
    padding-left: 0;
  }
  #site-ctn #site-main #archives .archive-wrapper .archive-unit:before,
  #site-ctn #site-main #archives .archive-wrapper .archive-unit:after {
    display: table;
    content: " ";
    line-height: 0;
  }
  #site-ctn #site-main #archives .archive-wrapper .archive-unit:after {
    clear: both;
  }
  #site-ctn #site-main #archives .archive-wrapper .archive-unit .archive-date {
    float: left;
  }
  #site-ctn #site-main #archives .archive-wrapper .archive-unit .archive-content {
    padding: 2px 0;
  }
  #site-ctn #site-footer #web-footer .newsletter {
    display: none;
  }
  #site-ctn #site-footer #web-footer #footer-wrapper {
    padding-top: 60px;
  }
  #site-ctn #site-footer #web-footer #footer-wrapper .footer-column {
    display: none;
  }
  #site-ctn #site-footer #web-footer #footer-wrapper .footer-column.bottom-row {
    margin-top: 0;
    display: block;
  }
}
/***
* Reset style with boilerplate

* {
	background: transparent !important;
	color: black !important;
	text-shadow: none !important;
	filter:none !important;
	-ms-filter: none !important;
}
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
.image-replace a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
}
pre, blockquote {
	border: 1px solid #999; page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
@page {
	margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3; widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
***/
