@media print {
	.stl-header, .stl-footer {display:none;}
	.stl-print-only {display: block;}
	.stl-container {margin:0;}	
	.print-header{margin-right: auto;margin-left: auto;padding-left: 15px;padding-right: 15px;}
	h1 {color: rgba(0, 0, 0, 0);text-shadow: 0 0 0 #777 !important;}
	.stl_ContactInfo, table, tr, h2, h3, h4 {page-break-inside: avoid;}
	#fancybox-wrap{display:none !important;}
	body, p {font-size:12pt; line-height:1.3;}
	blockquote, table {font-size:10pt;}
	a, a:visited {color:#000; text-decoration:underline;}
	p a {
		word-wrap: break-word;
		-ms-word-break: break-word;
		word-break: break-word;
	}	
	a[href]:after {
		content: " (" attr(href) ")";
		color: #aaa;
		font-size: 80%;
	}
	a[href*="mailto"]:after {
		content: none !important;
	}
	@page {margin: 2.54cm 1.27cm;} /* 1"x.5" */
	p, h2, h3, h4 {orphans:3; widows:3;}
	.page-break {display:block; page-break-before:always;}
	
	/* Table */
	.ebro-table table, .ebro-table td {font-size:10pt;}
	.ebro-table table thead tr:first-child {background:none; color:#000; border-bottom:1px solid #000;} /* Heading */
	.ebro-table table thead tr:nth-child(2){background:none; color:#666; border-bottom:1px solid #666;} 	/* Subheading */
}