@media print {
    body {
        font-size: 12pt;
        line-height: 1.4;
    }

    body, html {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    header, footer, .menubar, .sidebar, .gombok, .betumeret-valto, .vissza, .kontraszt-gomb, .skip-link {
        display: none;
    }

    img {
        max-width: 100%;
        height: auto;
        page-break-inside: avoid;
    }

    .kozepre, .doboz, .content, table, details, .regisztracio-doboz {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    table {
        width: 100%;
        border-collapse: collapse;
    }

    th, td {
        padding: 8px;
        border: 1px solid #ddd;
    }

    a {
        text-decoration: none;
    }

    .lightbox {
        display: none;
    }

    details {
        display: block;
        padding: 10px;
    }
}