@media print {
    body {
        color: #000;
        background-color: #fff; 
    }

    body.gyengenlato h1{
        border-bottom: 3px solid black;
    }

    body.gyengenlato h2{
        border-bottom: 3px solid black;
    }

    body.gyengenlato h3{
        border-bottom: 3px solid black;
    }

    .menu, header, footer, video{
        display: none; 
    }

    table {
      width: 100%;
      border-collapse: collapse;
    }
    table, th, td {
      border: 1px solid black;
    }
    th, td {
      padding: 5px;
      text-align: left;
    }
  
    a {
        color: black;
        text-decoration: underline;
    }
  
    * {
        background: transparent !important;
        color: black !important;
    }
  
    img {
        max-width: 40%;
        height: auto;
    }

    .videoleiras-link {
        display: none !important;
    }

    .naptar-video {
        border: 1px solid white !important;
    }

}
  