@media print {
  body {
    font-family: "Roboto Condensed";
    background-color: white;
    color: black;
    font-size: 11px;
  }
  #contenitore {
    width: 100%;
  }
  #colonna3 {
    text-align: justify;
  }
  #colonna2,
  #colonna1,
  #testa,
  #tebe,
  #ground,
  #zcontent,
  #supersizedCont,
  #menugea,
  .flag {
    display: none;
  }
  div.intestazione {
    font-size: 10px;
    text-align: center;
  }
  a:link,
  a:visited,
  a:hover,
  a:active {
    text-decoration: none;
    color: #000000;
  }
  #piedipagina {
    position: relative;
    font-size: 10px;
  }
  a[href]:after {
    content: "";
  }
}