@media print {
  div#filter {
    display:none;
  }
  div#summary {
  color:#404040;
  font-size:12px;
  padding-bottom:10px;
  padding-top:10px;
  text-align:center;
  }
  div#events h2 {
  font-size:14px;
  }
  div#events .headline a {
  font-size:12px;
  }
  div#events .information {
  font-size:12px;
  }
  div#events .category {
  font-size:10px;
  }
  div#event {
  font-size:12px;
  }
  div#bottom {
  display:none;
  }
}