@media print
{
	#header, #sticker, #nav, #footer, .pagination, .no-print, #new-search, form.search { display: none; }
	#intro { padding: 0; background: none; border: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
	#content { top: 0; }

	table { text-align: left; }
	.box { color: inherit; padding: 0; background: none; margin: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
	.box p.quiet { color: #B6512C; font-size: 18px; }

	#print-header { display: block; }

	table.info-list { border-bottom: 1px solid #ccc; }
	table.info-list td { padding-left: 10px; border-left:1px solid #ccc; }
	table.info-list td, table.info-list th { border-top:1px solid #ccc; }

	#list-min article { border-bottom: 1px solid #ccc; padding: 0; }

	a:link:after, a:visited:after {content: "";}

}

