﻿@media print {
   .noprint {display:none;}
   .my_block{
       background:none;
       border:none;
       padding:0px;
       border-radius:0px;
       box-shadow:none;
   }

   .table,.table-responsive{
       border:none;  border-radius:0px;background:none;
   }
   .table th, .table td {border-left:none;}
   h1,h2,h3,h4,h5,h6,h7{border-bottom:none;border-right:0px;}
}
