@media print {
	@page  
{ 
    size: auto;   /* auto is the initial value */ 

    /* this affects the margin in the printer settings */ 
    margin: 25mm 25mm 25mm 25mm;  
	} 
	body {
	/*font: 12pt Georgia, "Times New Roman", Times, serif;
	line-height: 1.3;*/
		margin:0px;
	}

	.article {page-break-after:avoid; page-break-before: avoid; page-break-inside: avoid;border:0px solid white;} 
	a[href]:after {content: none !important;}
	.freshwidget-theme, .glyphicon-question-sign {display: none;border: 0px;}
	#results{overflow: visible;}
}
/*h1 {
font-size: 20pt;
}

h2 {
font-size: 14pt;
margin-top: 25px;
}
img {
border: 0;
}

img.space{
	padding:5px;
}
.container {
margin-right: auto;
margin-left: auto;
width: 840px;
}
.infoblock{
	width:400px;
	padding: 5px;	
}
div.left{
	float:left;
}
div.right{
	float:right;
}
ul
{
    list-style-type: none;
}*/