@media print{
	@page {
		position: absolute !important;
		width: 100% !important;
		height: 100% !important;
		padding: .5in !important;
	}
	* {
		background-color: transparent !important;
		width: unset !important;
		padding-top: unset !important;
		margin-top: unset !important;
		margin-left: unset !important;
		/*max-width: unset !important;*/
		left: unset !important;
		print-color-adjust: exact !important;
		-webkit-print-color-adjust: exact !important;
		page-break-inside: left !important;
	}
	html {
		width: 100% !important;
		height: 100% !important;
		margin: 0 auto !important;
		position: absolute !important;
	}
	#header_ad, #menu_container, #pd_logo, #search_container, #page_title, #poem_nav, #post_meta_content, #pd_footer, #mobile_menu, #mobile_logo, #mobile_search, #post_separator, #pd_sidebar, .litbreaker, .mobile_footer, .mobile_social_links{
		display: none !important;
	}
	#post_content, #todays_post_content, #post_content div:not(#pd_sidebar), #todays_post_content div:not(#pd_sidebar) {
		display: block !important;
		vertical-align: middle !important;
		padding: unset;
	}
	#daily-poem {
		margin-top: -.125in !important;
		margin: 0in auto !important;
		display: block !important;
	}
	.daily_poem_author{
		margin: .125in 0in 0in 0in !important;
		display: block !important;
	}
	#poem_copyright, #todays_poem_copyright{
		margin-top: .750in !important;
		text-align: center !important;
	}
	#poem_copyright .elementor-row, #todays_poem_copyright .elementor-row {
		margin: 0 auto !important;
	}
}
