@media only print {
	.pageright,
	#header,
	#footer,
	.pages-num,
	.star-rating,
	form,
	.social{
		display: none;
	}
	.workButton:after{
		content: "(http://webid.co.il" attr(href) ")";
		margin: 0 0 20px 0;
		direction: ltr;
		clear: both;
		display: block;
	}
	.workBook-desc .workBook-left .text b{
		margin: 30px 0 5px;
		font-size: 20px;
	}
	div#content .box h3,
	div#content .box h4{
		font-size: 26px;
	}
}