/* PRINT CSS
*********************************************/
@media print {
  a[href]:after {
    content: none !important;
  }
}


