/* Print Styles
--------------------------------------------------*/

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