@media print {
	body {
		font-size: 16pt;
		margin: 0;
		padding: 0;
		color: #000;
	}
	.oem .oem-print-header {
		margin-top: 5pt;
		margin-bottom: 5pt;
	}
	.oem .oem-print-title {
		display: inline-block;
		font-size: 22pt;
		border-bottom: 1pt solid #444;
	}
	.oem .oem-text-small {
		font-size: 14pt;
	}
	.oem .oem-text-primary {
		color: #0073aa;
	}
	.oem .oem-text-success {
		color: #36a940;
	}
	.oem .oem-text-danger {
		color: #dc3232;
	}
	.oem .oem-important {
		color: red;
	}
	.oem .oem-font-extra-large {
		font-size: 20pt;
	}
	.oem .oem-font-large {
		font-size: 18pt;
	}
	.oem .oem-font-medium {
		font-size: 16pt;
	}
	.oem .oem-font-small-medium {
		font-size: 15pt;
	}
	.oem .oem-font-small {
		font-size: 14pt;
	}
	.oem .oem-font-bold {
		font-weight: 600;
	}
	.oem .oem-font-light {
		font-weight: 400;
	}
	.oem .table-responsive {
		display: table;
		overflow: unset;
	}
	.oem .oem-print {
		display: none !important;
	}
}
