@media print {
@page{
margin: 0.5in;
}
body {
color: black !important;
} 
a {
color: black !important;
border-bottom: 1px solid #999999;
text-decoration: none;
}
.print-header__wrapper {
text-align: center;
margin-bottom: 1rem;
border-bottom: 1px solid #EFEFEF;
}
.print-header .print-header__image {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
max-height: 24px;
}
.header,
.footer,
.sidebar--single,
.mobile__navigation-container,
.modal,
.article__share,
.story__collection--single-page,
.sidebar__popular-news,
.story__byline-dateline-share .divider,
.content-wrapper .divider,
a[href="#fbcomment"],
#fbcomment,
.story__header .story__dateline  a,
#scrollToTop,
.np-media__embed-outer
{
display: none !important;
}
.story__byline-dateline-share {
margin-bottom: 16px;
}
.article__heading {
margin-top: 8px;
font-size: 1.5rem
}
.page__subtitle {
color: black;
}
.content-wrapper .divider-vertical--right  {
border: 0
}
ul.category__list a {
font-weight: bold;
border-bottom: 0;
}
.page__subtitle, .article__kicker, .article__heading {
max-width: 520px;
}
.story__header .story__dateline:after {
content: attr(data-normal-time);
}
.np-media--embed {
padding-bottom: 0;
height: auto;
}
.page__body .alignnone {
margin: 24px 0;
max-width: 100%;
}
}