@page {
  size: auto;
  margin: 0mm 2mm 10mm 2mm;
}
header,
aside,
#calendar,
#functions,
section.edit,
.modal,
button,
.logo,
.no-print,
.j-stats {
  display: none !important;
}
footer {
  text-align: center;
  margin-top: 1em;
}
table {
  border-collapse: collapse;
  width: 100%;
}
table thead,
table tfoot {
  font-weight: bold;
}
table thead > tr {
  border-bottom: 2px solid;
}
table tr td,
table tr th {
  border: 1px solid;
  padding: 2px 5px;
  border-collapse: collapse;
  border-spacing: 0;
}
table .date,
table .number {
  white-space: nowrap;
  text-align: right;
  vertical-align: top;
}
table table {
  margin: -3px -6px;
  width: calc(100% + 12px) !important;
}
