
@media print {
  .breadcrumb,
  nav,
  footer,
  .visszajelzesek,
  .videoreszleg,
  .carousel-button,
  .skip-link,
  .carousel-slide:nth-child(2),
  .carousel-slide:nth-child(3) {
    display: none !important;
  }
  

  .lista
  {
    font-size: 100%;
  }


  body {
    font-size: 70%;
    text-align: center;
  }

  .carousel-slide {
    max-width: 6cm;
    margin: 0 auto;
  }

  .carousel-slide img {
    width: 100%;
    height: auto;
    display: block;
  }

  .carousel-container {
    justify-content: center;
    display: flex;
  }

  .image
  {
    max-width: 70%;
    display: block;
    margin: 0 auto;
  }

  table {
    border-collapse: collapse;
    width: 100%;
  }
  
  table, th, td {
    border: 1px solid black;
  }
  
  th, td {
    padding: 8px;
    text-align: left;
  }
}
