/* New Home Page Print Styles */
.cchh-highlights {
	padding: 0;
}
.cchh-homepage-form {
	display:none;
}
.cchh-exploration_card h5.cchh-exploration_card_text {
	position: relative;
}

/* New Detail Page Print Styles */
.cchh-content_abstract-button, .cchh-content_detail-button {
	display:none;
}
.cchh-content_detail-expand.collapse {
    height: auto;
    overflow: visible; 
}
.cchh-content_detail-expand.collapse::after {
     display: none; 
}

/* ORIGINAL APP PRINT STYLES STILL USED BY NEW DESIGN Home or Detail Page */

div#ccpp-detail-header-container, div#ccpp_footer, a.js-hastip, img.what_is_this, div.ccpp-tooltip-text {
	display: none;
}

a[href^="/"]::after{
    content: " (https://tools.niehs.nih.gov" attr(href) ")";
}

.ccpp_printonly {
	display: block;
	font-size: 25px;
}

div.content-page-wrapper article.content {
    width: 100%;
}

