@media print {

	body {
        font-size: 14px;
        color: #000;
        font-family: Arial, Verdana, Courier;
	}

	.topnav {
	display: none;
	}

	.related-menu {
	display: none;
	}

	.no-print {
	display: none;
	}

	.no-display {
	display: inline;
	}

	h1:after {
	content: "\a";
	white-space: pre;
	}

	h1 {
	font-size: 18px;
	display: inline;
	}

	h2 {
	font-size: 18px;
	display: inline;
	}

	h3 {
	display: none;
	}

	img {
	max-width: 98%;
	height: auto;
	}

	.twobuttoncentered {
	display: none;
	}
	
	table {
	width: 98%;
	margin-bottom: 1em;
	word-break: break-word;
	font-size: 12px;
	}
	
	table, th, td {
	border: 1px solid black;
	border-collapse: collapse;
	border-color: #96D4D4;
	}

	th, td {
	padding: 3px;
	}

	th {
	text-align: left;
	}
}

/* Show URL */
/*
a:link, a:visited {background: transparent; color:#333; text-decoration:none;}
a:link[href^="http://"]:after, a[href^="http://"]:visited:after {content: " (" attr(href) ") "; font-size: 11px;}
a[href^="http://"] {color:#000;} 
*/
