/* ============================================================= */
/* PRINT stylesheet (frontend)
/* ============================================================= */

#recently-viewed {
  display: none;
}
.clear {
  page-break-after: avoid;
  page-break-before: avoid;
}
a.rc, a.rcSml, a.rcLrg,
button.rc, button.rcSml, button.rcLrg {
  background-image: none !important;
}

  /* t1ps sites */

  #right, #left, #nav-account, #container #printArticleLink, #footer, #search{
    display:none;
  }
  
  #container{
    padding:0;
    width:800px !important;
    margin:0;    
  }

  body #center #article-page,
  body #center #article{
    overflow:visible;
    width:800px !important;
  } 
  
  body #header{
    background:none;
  }


