@media print {	.pdfEpaperWrapper {		overflow: visible;	}	body.printClip * {		visibility: hidden;		display: none !important;		border: none !important;		background: white;		float: none !important;		margin: 0px auto !important;		padding: 0px !important;		transform: none !important;		-webkit-transform: none !important;		-moz-transform: none !important;		transition: none !important;		-webkit-transition: none !important;		-moz-transition: none !important;		outline: none !important;	}	body.printStory * {		margin: 0px auto !important;		padding: 0px !important;		transform: none !important;		-webkit-transform: none !important;		-moz-transform: none !important;		transition: none !important;		-webkit-transition: none !important;		-moz-transition: none !important;		outline: none !important;		margin: 50mm auto 50mm auto;	}	body.printStory * {		visibility: hidden;		margin: 0 auto;		padding: 0;		position: relative;	}	body.printStory #frmProof,	body.printStory .storyPanelTools {		display: none;	}	body.printStory #frmStory .storyPanelContainer {		border-top: none;		height: auto;		width: auto;	}	body.printStory #frmStory .storyView {		width: auto;	}	body.printStory #frmStory,	body.printStory #frmStory .storyPanelContainer,	body.printStory #frmStory .storyPanelContainer * {		visibility: visible;	}	body.printStory #frmStory,	body.printStory #frmStory .storyPanelContainer {		position: absolute;		top: 0px;		left: 0px;	}	body.printStory #frmStory .storyPanelContainer #storyPhotoViewer {		display: none !important;		visibility: hidden !important;		margin: 0;		padding: 0;	}	body.printStory #frmStory {		height: auto;		display: block;		width: auto;		position: absolute;		top: 0px;		left: 0px;		border: none;		transform: none;	}	body.printStory #frmStory .storyPanelContainer #storyTitle,	body.printStory #frmStory .storyPanelContainer #storyBody {		padding: 0px !important;	}	body.printStory #frmStory .storyPanelContainer #storyTitle {		font-size: 24pt;		margin-bottom: 18pt !important;	}	body.printStory #frmStory #storyBody p {		line-height: 18pt;		font-size: 12pt;		margin: 0px 0px 18pt 0px !important;	}   body.printClip .pdfEpaperWrapper,   body.printClip .pdfEpaperWrapper .clipContainer,   body.printClip .pdfEpaperWrapper .clipContainer #clipArea,   body.printClip .pdfEpaperWrapper .clipContainer #clipArea #clipImg{      display: block !important;      overflow: visible !important;      visibility: visible !important;      max-width: 100%;		height: auto !important;		position: relative;		left: unset !important;		top: unset !important;   }	body.printClip .clipContainer.clipContainerShow {		max-width: 100%;		max-height: 100%;	}	body.printClip #clipCanvas {		display: none;	}}