/* here you can put your own css to customize and override the theme */
body {
  -webkit-print-color-adjust: exact;
}
@media print
{
   .printable {font-size:10pt; color: blue; display: block;}
}

@media screen
{
   .printable {display: none;}
}
   

