* {
  -webkit-print-color-adjust: exact;
}

body {display: block !important;}

.no-printer, iframe, .header, .footer, #preloader, .ico-go-top {
  display:none !important;
}
.container, .container-big {padding: 0 !important;}

table td, table th {padding: 3px 2px; border-bottom: 1px dashed #ccc; border-top: 1px dashed #ccc; }
.html-editor p {margin-bottom:10px;}
h1, h2, h3, h4, h5 {margin-bottom:10px;}

.col-md-6, .col-lg-6, .col-xl-6, .col-sm-6 {
  -ms-flex: 0 0 50% !important;
  flex: 0 0 50% !important;
  max-width: 50% !important;
}