a { color: dark-grey; text-decoration: none; }
/* table */
-table { border-spacing:0px; border-collapse: collapse; }
-tr { margin-bottom: 10mm; }
+table { border-spacing:0px; border-collapse: collapse; margin-bottom: 2mm; }
td * { display: block; }
td {
border: 1px solid black; width: 18mm; height: 16mm;
text-align: center; padding: 3px 0 0 0; overflow: hidden;
- display: flex-wrap; float: left; margin-bottom: 4mm; box-sizing: border-box;
+ display: flex-wrap; float: left; margin-bottom: 1px; box-sizing: border-box;
justify-content: center; /* align-items: center; */
white-space: pre-line;
position: relative;