@media print { 
 /* All your print styles go here */
 .no-print, footer, header, .book-head, #print-link { display: none !important; } 
 
 /* .print-only { display: block !important; }  */
 
 table tr {border-bottom:1px solid #ddd;}
 table tr td {vertical-align:top;}
 
 .right-box.dark a {
font-size: 28px;

}
 
 a[href]:after {
    content: none !important;
  }
  
  
 
}