@media print {

/* this prevents the search controls from printing */
.pdb-searchform {
 display:none;
}

}