body.clkprnt{
  width: 576px;
}

div#clkprnt .legal, div#clkprnt .legal a{
  font-size: 8px;
  color:  #999;
}

/* hide: buttons, input fields, select fields, div hr elements */
/* comments, pagination links */
/* the add comment link, admin links */
/* javascript back links */
div#clkprnt button, div#clkprnt input, div#clkprnt select, div#clkprnt hr.div,
div#clkprnt .comment_heading, div#clkprnt .comment, div#clkprnt .p8n,
div#clkprnt form#add_comment_form + p, div#clkprnt a.admin_link,
div#clkprnt p a[href|="javascript:history.go(-1);"]{
  display: none;
}

