/**
* Print stylesheet
* 29.05.2022
*/
@media print {

    .table1 {
        display: none;
        font-size: 10px;
        
        
        background-color: rgb(255, 255, 255);
        background-image: linear-gradient(to bottom right, rgb(255, 255, 255), rgb(250, 250, 250));
        border-collapse: collapse
        
      
    }


    .table1 td {
        margin-left: auto;
        margin-right: auto;
        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;
       
        align-content: center;
        background-color: rgb(255, 255, 255);
        width:fit-content;
        padding-left: 20px;
        padding-right: 20px;
        

    }
    

    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;
          }
          .tooltip {
            position: relative;
            display: none;
            
            
          }
          .tooltip .tooltiptext {
            visibility: hidden;
            width: 180px;
            background-color: rgb(66, 66, 66);
            color: #fff;
            text-align: left;
            padding: 5px;
            border-radius: 4px;
          
            position: absolute;
            z-index: 1;
          }
          .tooltip:hover .tooltiptext {
            visibility: hidden;
          }
}