@media print {
  #inputs {
    display: none;
  #printable {
    display: block;
    width: 100%;
  }  
}
thead {
margin-bottom: 2em;

}
}
 :root {
  font-size: 0.85em;

 }


#printable {
  display: block;
   width: auto;
   max-width: 50em;
   margin-left: auto;
   margin-right: auto;
}

table {
   width: 100%;
}

.block {
   display: flex;
   flex-direction: column;
  page-break-inside: avoid;
  margin-top: 4em;
   width: 100%;
}
table * {
  text-align: left;

}

thead {
  display: table-header-group;
margin-bottom: 2em;

}

table,
th,
td {
  border: 1px solid black;
  border-collapse: collapse;
}

th,
td {
  padding: 0.2em;
  width:auto;
}

td:nth-child(6),
td:nth-child(7),
td:nth-child(8),
td:nth-child(9) {
  text-align: center;
}