@charset "UTF-8";

body, ul.tags a{
 font-size: 12px;
}

a{
	color: #027bae;
}

#main{
	margin: 0 auto !important;
	max-width: 900px;
}

img {
	display: block;
	max-width: 300px;
	max-height: 200px;
	width: auto;
	height: auto;
}


@media print{
	.mathemacher-spruch{
		display: block;
		-webkit-print-color-adjust: exact !important;
		color-adjust: exact !important;
		page-break-before: avoid; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
		page-break-after: avoid; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
		page-break-inside: avoid;
	}
	
	img.printlogo{
		width: 250px;
	}
	
	#pop-print{
		display: none;
	}
	
	p{
		page-break-inside: avoid;
	}
	
	img{
		display: block !important;
		max-width: 300px;
		max-height: 200px;
		width: auto;
		height: auto;
		page-break-before: avoid; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
		page-break-after: avoid; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
		page-break-inside: avoid;
	}
	
	
}
	
	
	


