@media print {
    html, body {
        width: 210mm;
        background-color: white !important;
        height: 297mm;
        margin: 0;
      }
    /* .presProtocolTableMainContainer{
        break-inside: avoid;
    }  */

    table { page-break-inside: auto !important; }
    thead {display: table-header-group;}
    tr { page-break-inside:auto; }
    .itemBorder-onPrint{
        border: 1px solid #bdbdbd !important;
    }
    .presProtocolTableFont thead tr th{
        font-size: 14px !important;
        padding: 4px !important;
        font-weight: 400 !important;
        width: auto;
    } 
    .presProtocolTableFont tbody tr td{
        font-size: 13px;
    } 
    .presEmptySpace{   margin-top: 17%;}
    .hide-on-print-presheaders{display: none}
    .PrintTopSpace-Pk{
        margin-top:20% !important;
    }
    .presProtocolTableh2  {
        border-bottom: 1px solid #999 !important;
    }
    .presMainCntr{
        padding: 0px !important;
    }
    .table_hd_bd_bordered th,
    .table_hd_bd_bordered td, .table_hd_bd_bordered thead td,.table_hd_bd_bordered thead tr th {
        border-right: 1px solid rgb(87, 87, 87) !important;
    }
    .table_hd_bd_bordered td, .table_hd_bd_bordered thead td {
        border-bottom: 1px solid #999;
        border-top: 1px solid #999;
    }
  .panel{
    -webkit-border-radius: none !important;
    -moz-border-radius:none !important;
     border-radius: none !important; 
     box-shadow: none !important;
     border: none !important; 
     background-color: #ffffff;}
.page-break { display: block; page-break-before: always; }
.panel-heading{display: none !important;}
}