@media print {
  body {
    font-family:Arial,sans-serif;
  	font-size: 13px;
  	color: black;
  	background: none;
  	width: 100%;
  }

  a img {
    border: none;
  }

  .carousel, .navbar, #header, .footer, #nette-debug, #nette-debug-bar, .fb-like, .fb-like iframe, #ajax-spinner {
  	display: none!important;
  }
}