
@media print {



        @page { margin: 1cm }

       /
        body {
        font: 10pt Georgia, "Times New Roman", Times, serif;
        line-height: 1.3;
        background: #fff !important;
        color: #000;
        }

        h1 {
        font-size: 20pt;
        }

        table {
            border-collapse: collapse;


        }

        th, td, tr {
            padding: 1px;
            margin: 1px;
            font-size: 9pt;
        }




        /* Hiding unnecessary elements for the print */
a, .stopka, img, hr
{
display: none;
}


.hiden-print {
    display: none;
  }



    }