@media print {
  .print70 {
    width: 70% !important
  }

  .print50 {
    width: 50% !important
  }

  .print30 {
    width: 30% !important
  }

  footer a[href]:after {
    content: none !important;
  }
}
