@media print
{
  @page { margin: 1.6cm; }
  body  { margin: 0; }

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

  .container {width:100% !important;}

}
