/**
* Print stylesheet
* 29.05.2022
*/
@media print {

    .table1 {
        display: none;
        font-size: 10px;
        box-shadow: 3px 3px 5px rgba(129, 126, 119, 0.5);
        border: 0.1px solid rgb(250, 249, 246);
        border-radius: 9px;
        background-color: rgb(255, 255, 255);
        background-image: linear-gradient(to bottom right, rgb(255, 255, 255), rgb(250, 250, 250));
    }


    .table1 td {
        text-align: left;
        padding-top: 3px;
        padding-bottom: 3px;

    }


    thead {
        font-size: 14px;
        text-align: center;
        font-weight: bold;
        padding-top: 18px;
        padding-bottom: 18px;
        padding-left: 30px;
        padding-right: 30px;


    }


    th {
        font-size: 14px;
        text-align: center;
        font-weight: bold;
        padding-top: 18px;
        padding-bottom: 18px;
        padding-left: 30px;
        padding-right: 30px;
    }


    td {
        text-align: left;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 30px;
        padding-right: 30px;

    }

    tr:first-of-type {
        text-align: left;
        font-weight: bold;
        font-size: 12px;
    }

    tfoot {
        font-size: 14px;
        font-weight: bold;
        padding-top: 18px;
        padding-bottom: 30px;


    }

    .table2 {
        margin-left: auto;
        margin-right: auto;

        font-size: 12px;
        box-shadow: none;
        border: none;
        border-radius: 0px;
        align-content: center;
        background-color: rgb(255, 255, 255);
    }

    body {
        background-image: none;
        font-family: verdana;
        font-size: 9px;
        align-content: center;

    }

    h1 {
        display: none;
        color: rgb(158, 158, 158);
        text-align: center;
        font-size: 12px;
        font-family: Verdana;
        font-weight: bold;
    }


    p {
        font-size: 8px;
        text-align: center;
        color: rgb(92, 92, 92);

    }

    #one {
        display: none;
    }

    #three {
        display: none;

    }

    #two {
        color: rgb(121, 120, 120);
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;


    }

    a:link {
        color: darkgray;
        font-size: 10px;
        font-family: Verdana;
        font-weight: bold;
        text-align: center;
        text-decoration: none;


    }

    .button {
        display: none;

    }
    .topnav {
        display: none;}

        .buttonX {
            display: none;
        }

        .popup-overlay {
            display: none;
          }
          
          .popup-overlay.active {
            display: none;
          }
          
          .popup-content {
            display: none;
            
          }
          
          .popup-content.active {
            display: none;
          }
          hr {
            display: none;
          }
}