@media print {
    
.noprint {
    display:none;
  }
.print_only{
    display:block;
}
body {
    font-size: 12pt;
    line-height: 1.3; 
}
.container{

    position:absolute;

    left:0px;
    top:0px;
    width:99%;

}

    h1 {
        font-size: 28pt;
    }


string{ font-size:12px; }
table.table tr td {
    
    font-size: 13px;/* Georgia, "Times New Roman", Times, serif; */
    line-height: 1.3;
}


table.table tr th {
    
    font-size: 13px;/* Georgia, "Times New Roman", Times, serif; */
    line-height: 1.3;
}



table tr td {

    font-size: 13px; /* Georgia, "Times New Roman", Times, serif; */
    line-height: 1.3;
}

table tr th {
    
    font-size: 12px; /* Georgia, "Times New Roman", Times, serif; */
    line-height: 1.3;
}


h2 {
    font-size: 28px;
    margin-top: 25px;
}


h3 {
    font-size: 18px;
}




}

