/** This stylesheet is only included if the Optional CSS template parameter is set to yes.  The point being that if you really want the icons, the "written by", etc. for an article then you can always have it - you'll just have to manually remove it when you don't want it*/

.buttonheading {
/* removing print, pdf icons etc */
  display: none;
}

.iteminfo {
/* removing Written by and date */
  display: none;
}
