@media print {

body { width:100% !important; margin:0 !important; padding:0 !important; line-height:1.4; letter-spacing:0.2pt; color: #000; background: none; font-size: 10pt; }

/* Headlines */
h1 { font-size:18px; font-weight:normal; }
h2 { font-size:14px; font-weight:normal; }
h3 {font-size:1em}
h4 {font-size:.8em;}
h5 {font-size:.8em;}
h6 {font-size:.8em;}

/* Images */
img { margin: 0.2em .5em .5em 0; }
a img { border: none; }

/* Links */
a:link, a:visited { background: transparent; font-weight: 700; text-decoration: underline;color:#333; }
a:link[href^="http://"]:after, a[href^="http://"]:visited:after { content: " (" attr(href) ") "; font-size: 90%; }
a[href^="http://"] {color:#000; }

/* Table */
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th,td { padding: 4px 10px 4px 0; }
tfoot { font-style: italic; }
caption { background: #fff; margin-bottom:2em; text-align:left; }
thead {display: table-header-group;}
tr {page-break-inside: avoid;} 

/*hide various parts from the site*/
#header .navigation  {  display:none; }
.sidebar { display:none;}

#header .logo { height:50px; width:100px;}
#header .logo img { height:65px; width:130px;}

#footer { font-size:8pt; padding-top:20px;}

.row:after 	{	content:"."; clear:both; display:block; height:0; visibility:hidden;}

.section-sep-thin,
.sep-thin { border-top:1px solid #444;}			
.hr hr					{ display:none;}

.table .headline, 
.table .shortdes{ font-size:8pt;}
.table .buy { display:none;}
}