@media print {
	.pe-no-print {
		display: none !important;
	}
	.pe-preserve-ancestor {
		display: block !important;
		margin: 0 !important;
		padding: 0 !important;
		border: none !important;
		box-shadow: none !important;
	}
	::-webkit-scrollbar {
		display: none !important;
	}
	body {
		-ms-overflow-style: none !important;
		width: 100%;
		min-width: 100dvh;
		min-width: 100vh;
		margin: auto;
	}
	#main-content {
		-ms-overflow-style: none !important;
		width: 100%;
		min-width: calc(100svw);
		margin: auto;
	}
	.force-page-break:not(:last-of-type) {
		page-break-after: always;
	}
	.max-out-results {
		border: none !important;
		min-width: 100%;
		margin: auto;
		padding: 0;
	}
	.usa-header {
		border-bottom: .1rem solid #eee;
	}
	.usa-accordion__content {
		border: none !important;
	}
	.usa-card__container {
		border: none !important;
	}
	#case_status {
		overflow: visible !important;
		scrollbar-width: none !important;
	}
	#search_results {
		overflow: visible !important;
		scrollbar-width: none !important;
		margin: auto;
	}
}