﻿/* Easy Suite print normalization */
@media print {
  .no-print { display: none !important; }
  .print-only { display: block !important; }
  body { background: #fff !important; }
  a[href]:after { content: ""; }
}

/* Screen defaults */
.print-only { display: none; }
