.entry-content h3 {
 color: red;
font-size: 12px;
}
@media print {
/* this prevents the search controls from printing */
.pdb-searchform {
	display:none;
}
}