@media print {
    .btn,
    .do-not-print { display: none; }
    .table>:not(caption)>*>* {  padding: 0.5rem 0.75rem; }
  }