/*!
 * print.css v1.0.0
 *
 * Copyright (c) 2011 Chris Baldelomar
 *
 * Author: Chris Baldelomar
 * https://webplantmedia.com/
 */

/* use a media query to limit the CSS to only print devices, like a printer */
@media only print {
	.header-navigation,
	.site-header,
	.main-navigation,
	.widget-area,
	.site-footer,
	.site-info,
	.navigation,
	.entry-footer,
	.author-info,
	.comments-area {
		display: none !important;
	}

	.site-boundary,
	.content-area {
		width: 100% !important;
	}

	* {
		background: transparent !important;
		color: #000000 !important;
		text-shadow: none !important;
		filter:none !important;
		-ms-filter: none !important;
	}
	a, a:visited, a:focus, a:active, a:hover {
		color: #000000 !important;
		text-decoration: underline !important;
	}
	pre, blockquote {
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr, img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3 {
		page-break-after: avoid;
	}
}

/*
     FILE ARCHIVED ON 15:06:54 Apr 29, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:01:18 Jun 08, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.86
  exclusion.robots: 0.147
  exclusion.robots.policy: 0.132
  esindex: 0.012
  cdx.remote: 6.555
  LoadShardBlock: 105.476 (3)
  PetaboxLoader3.datanode: 1156.391 (5)
  PetaboxLoader3.resolve: 2611.303 (2)
  load_resource: 4088.145
  loaddict: 440.671
*/