@media print {


	html body .tabs-content .content{
		display: block !important
	}
	
	html body #header,
	html body #breadcrumbs,
	html body #prefooter,
	html body #footer,
	html body .tab-bar.hide-for-medium-up,
	html body .tocart,
	html body .category_name,
	html body .addtoany_shortcode,
	html body .tabs,
	html body #tarvikud,
	html body #files
	{
		display: none !important;
	}

}