@media print
{
	@page { size:  auto; margin: 10mm 10mm 10mm 10mm;} 
	*, *:before, *:after {
		background: rgba(0, 0, 0, 0) !important;
		color: rgb(0, 0, 0) !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}


    #print-click,
    .preventPrint
    {
        display: none !important;
        height: 0;
    }


    .preventPrint, .preventPrint *{
        display: none !important;
        height: 0;
    }

	.page-break
	{
		page-break-before: always;
	}
}