@media print{
	.widget{
		page-break-inside: avoid;
	}
}

