@media print {
	* {
		font-size: 12px !important;
	}
	.saved-title {
		display: none !important;
	}
	.print-font-weight-normal {
		font-weight: normal !important;
	}
	nav,
	.cover,
	.footer,
	.prts-nav-tabs,
	.print-list,
	.remove-list,
	.saved-items-sidebar,
	.saved-link {
		display: none;
	}

	h4 {
		margin-bottom: 10px;
		padding: 0;
	}
	h5 {
		margin: 0 !important;
		line-height: 1.2 !important;
	}

	.saved-title-container > * {
		font-size: 0.8em !important;
	}

	.saved-title-container {
		margin-bottom: 30px !important;
	}
	#psi-saved div {
		margin-bottom: 8px !important;
	}
	.section {
		padding: 15px 0 0 0 !important;
	}
	.section:last-child {
		border-bottom: 1px #ddd solid !important;
	}
	.section div {
		margin-bottom: 0 !important;
	}
}

/*# sourceMappingURL=print-layout.css.map */
