.table-print {
  font-size: 10px !important;
}
.content-print {
  font-size: 11px !important;
}
.panel-print {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
@media print {
  .no-print {
    display: none !important;
  }
  tr {
    page-break-inside: avoid !important;
  }
  .no-break {
    page-break-inside: avoid !important;
  }
  .break-after {
    page-break-after: always !important;
  }
}
