@media print {

/* this prevents the search controls from printing */
.pdb-searchform {
	display:none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-left: auto;
    margin-right: auto;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .page-title, .widget .title {
    color: 
    rgba(50,50,50,1);
    font-family: Source Sans Pro,sans-serif;
    font-weight: 300;
    text-transform: none;
}
input[type="text"], input[type="password"], input[type="search"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], textarea {
    border: 1px solid 
transparent;
background-color:
#f5f5f5;
color:
    #5b5b5b;
    font-size: 12px;
    padding: 9px 15px 7px;
    height: 40px;
    width: 115%;
    max-width: 450px;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    border-radius: 10px;
    border: none;
}

}