@media print {
    body * {
      visibility: hidden;
    }

    #printSection, #printSection * {
      visibility: visible;
    }

    #printSection {
      position: absolute;
      left: 0;
      top: 0;
      width: 58mm;
    }
}