@media print {

/* this prevents the search controls from printing */
.pdb-searchform {
	display:none;
}

/* Hides the checkbox value text (e.g. "Yes") */
.just-checkbox .checkbox-label {
    display: none;
}

}