/* print styles */

@media print 
{
	body {background:white;font-size:12px}
	a, a:link, a:visited {color:#000000;text-decoration:underline}
	
	.bg, .node_center {background:none}
	.page {width:auto;margin:0}
	.node_header, .node_space, .node_promo, .node_footer {display:none}
	.node_content, .node_jur {width:100%;margin:0;padding:0}
	.node_content a:after {content:" (" attr(href) ") "}
	.node_content a[href^="/"]:after {content:" (http://www.jogaszok.ro" attr(href) ") "}		
}