@media print {
	/* All print related styles to be added here */
	#header-part,
	#footer-part,
	#nav-part {
	  display: none !important;
	}
	
	.tissueForm header,
	.tissueForm .breadcrumb,
	.tissueForm .footer-button-bar,
	.tissueForm footer > .container,
	.tissueForm #partners {
		display: none;
	}
	
	.tissueForm #editor {
		margin: auto;
	}
	
	.page-header-bottom {
		padding: 0px;
		background: none;
	}
	
	.tissueForm .form-wrapper,
	.tissueForm .wrapper{
		max-width: none;
		padding: 0px;
	}
	
	.tissueForm .form-group {
		display: flex;
		gap: 1em;
		align-items: flex-end;
		margin-bottom: .5em;
		border: 1px solid #000;
	}
	
	.patient-section { break-after: page; }
	
}