/**
 *
 * Apply Here your Custom CSS
 *
*/

@media print {
  a[href]:after {
    content: " (" attr(href) ")";
  }
}

