@media print {

@page { 
    size: auto;
    margin: 20mm 0 10mm 0;
}

.noPrint{
	display: none !important;
}

body
{
/*margin-top: 2em;
margin-bottom: 1em; */
	background:#FFFFFF;
	font-size: 1em;
}

h2 {  
break-after: avoid; 
break-before: avoid; 
page-break-after: avoid !important;
page-break-before: avoid !important;
 }

legend {
border-bottom: 1px solid #999;
}

fieldset {
display: block;
border: none;
 page-break-inside : avoid;
break-inside: avoid; 
}


label {
display: block;
page-break-inside : avoid;
break-inside: avoid; 
}

div.row {
display: block;
page-break-inside: avoid !important;
break-inside: avoid;
}

select {
border: none !important;
background: #fff;
}

input[type=text] {
border: none !important;
background: #fff;
}


#nr_notes, #honoree, #donor, #service, #guidelines_txt 
{
border: none !important;
background: #fff;
}


}