h3 {margin: 1rem 0 1rem;}
h4 {margin: 2rem 0 1rem;}
table {border-collapse: collapse;}
table td {border: 1px solid #ccc;padding: 6px;font-size: 12px;}

.sugerencia-servicio-autogestion {margin:0 0 1rem;}

@media print {
  tr,td {
    break-inside: avoid;
  }
  @page {
      size: A4 portrait;   /* auto is the initial value */
      margin: 8mm 5mm 8mm 5mm;  /* this affects the margin in the printer settings */
  }
}