/* Aligns images to the left */
#printfriendly img{
    float:left;
    margin-top: 12px;
    margin-right: 12px;
}

/* Changes font family and size */
#printfriendly {
    font-family: Arial;
    font-size: 14px;
}

/* Changes header color */
#printfriendly h1, #printfriendly h2, #printfriendly h3, #printfriendly h4 {
    color: Green;
}

/* Hides the Page Title and Source URL */


#pf-content footer img.mediumImage, #pf-content footer>*{
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
}
#pf-content #text-2 > div > div > a > img{
  display: none !important;
}
.pf-candidate>.col-fourtwo>#text-2 > div > div > a > img{
  display: none !important;
}
#printfriendly .upsells.products{
  display: none !important;
}
img.mediumImage{
  max-width: 25%;
}
