/* for print */
*{ 
	color: #000;
	font-family: Arial, sans-serif;
	background: none;
}
body { color: #000; border-top: 0; } 

img {
	display: none;
}

h1, h2, h3, h4, h5, h6, p, h1.blue, a:link, a, .boldGry, .bluTxt { color: #000!important; }

a { 
	text-decoration: underline;
}

div.container div.content a.readmore { 
	display: none;
}

header, footer{ display: none; }

p a:after {
	content: " (" attr(href) ")";
	font-size: 80%;
}

p a:after {
	content: " (http://www.smashing-winery.com/" attr(href) ")";
}
	
p a[href^="#"]:after {
	display: none;
}

p a[href^="http://"]:after, a[href^="https://"]:after {
	content: " (" attr(href) ")";
}

p a {
	word-wrap: break-word;
}
  
/*set page margin */
@page {
	margin: 1cm;
}

.container .content {
	margin-top: 0; 
}

.tblrle01_header,
.tblrle01_header_TL,
.tblrle01_header_TR,
.tblrle01_header_TLR,
.tblrle01_boldGry,
.tblrle02_boldGry { color: #000;  }