@page {
      size: auto;
      margin: 10%;
   }

a[href]:after{ content:none; }
a, a:link, a:active { text-decoration:none; };

* { -webkit-box-sizing: border-box; box-sizing: border-box; }

.clr { clear: both; }
img { border: none; }
ul, li { padding: 0; margin: 0; list-style: none; }

/* ### ### Display + Page-Breaks ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### */
.bg { display:none; }
section, footer { page-break-inside: avoid; }