.shared-detail .printPage {
	display: none;
}

@media screen and (min-width: 1024px) {
	.shared-detail .printPage {
		display: block;
	}
}
