﻿.no-print { display: none; }
.printable { display:inline!important;}
/*a {
    display:inline!important;
}*/
 @page {  size: auto;   /* auto is the initial value */
        margin: 0mm;  }
  body { margin: 1.6cm!important; }
body, html{
    padding:20px!important;
    overflow:auto!important; 
    width:unset!important; 
    height:unset!important; 
    position:unset!important; 
    display:unset!important;
    
}
#print-section {
    /*position:absolute; 
    top:0; 
    left:0;*/ 
    width:100%; 
    height:100%!important; 
    overflow:auto!important; 
}

a{
    text-decoration:none!important;
}

.list-group-item{
    font-size: 120%!important;
}


tr{
    //page-break-before: always!important;
    
}
 