 /* Reduce font size for printing */
 body, table {
    font-size: 8pt !important;
}

 th,
 td {
    padding: none !important;
    border: 1px solid #999;
    text-align: center;
}

/* Adjust table header layout for printing */
 th {
    background-color: #f2f2f2;
}