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

tr:nth-child(even) {
  background-color: #f2f2f2;
}

.page-break {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 90%;
    justify-content: space-between;
    page-break-after: always;
}
