@media print {
  a[href]:after {
    content: none;
  }
  #specialAction {
  	display:none;
  }
}