@media print {
  html, body {
    color: #000; 
    background: #FFF; 
    border: none;
  }
  #cd a, #cd th a, #cd td a, #cd h2 a, #cd h3 a {color: #000; text-decoration: none;}
  nav, footer, .button, .page-header,
  .header-user, #site-warning, .box-action, .form-action {
    display: none;
  }
  .box,  .box-header, .box-info, .box-content {
    border: none; 
    border-radius: 0;
  }
  #page-content {
    padding: 0;
  }
  .container {
    width: 100%;
  }
  .form-list, ul, ol {
    list-style-type: none;
    border: none;
  }
}