/*!
 * print.css v1.0.0
 *
 * Copyright (c) 2011 Chris Baldelomar
 *
 * Author: Chris Baldelomar
 * http://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 14:28:33 Mar 18, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:04:51 Jul 31, 2025.
     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: 1.165
  exclusion.robots: 0.038
  exclusion.robots.policy: 0.016
  esindex: 0.024
  cdx.remote: 21.27
  LoadShardBlock: 236.255 (3)
  PetaboxLoader3.datanode: 138.929 (4)
  PetaboxLoader3.resolve: 191.058 (2)
  load_resource: 100.8
*/