@media print {

	#page-top-header {
		padding-bottom: 1rem;
	}

	#statement {
		font-size: 20px;
	}

	#statement-line {
		display: none;
	}

	#focus-header {
		margin-bottom: 1rem;
	}

	#result-wheel {
		padding-top: 0;
		padding-bottom: 0;
		max-width: 28rem;
	}

	#result-areas {
		 page-break-after: always;
	}

	#result-areas ol {
		line-height: 1.2
	}

	#result-areas ol li {
		margin-bottom: 0;
	}

	#result-areas .result-area {
		width: 33.33333333333%;
	}

	/* Page 2. */
	#symptoms-header {
		padding-top: 2rem;
	}

	#symptoms {
		page-break-after: always;
	}

	.symptom-block {
		width: 50% !important;
	}

	.symptom-label {
		font-size: 1rem !important;
	}

	/* Page 3. */
	#emotions-header {
		padding-top: 2rem;
	}

	.emotions .emotion {
		width: 25%
	}

	.emotions .emotion [data-emotion-quality] {
		font-size: 1rem;
	}

	[data-emotion-quality="positive"] {
		background: none !important;
		border: 1px solid #ff671d;
		color: black !important;
	}

	[data-emotion-quality="negative"] {
		background: none !important;
		border: 1px solid #ab0a3d;
		color: black !important;
	}

	#additional-content {
		display: none;
	}

	.things-to-discuss h3,
	.questions-to-consider h3 {
		font-size: 20px;
	}

	.things-to-discuss li {
		width: 33.3333333333%
	}

	.questions-to-consider ul {
		max-width: 40rem;
		margin: 0 auto;
	}

	.contact-us-sections {
		display: none !important;
	}

	.doctor-notes-graphic {
		max-width: 5rem !important;
		margin-bottom: 1rem !important;
	}

	.disclaimer {
		font-size: 14px !important;
		margin-bottom: .75rem !important;
	}

	.questions-to-consider li br {
		display: none;
	}

	.results-footer {
		display: flex !important;
	}
}
