/* CSS for setting font size of the entire table */
table {
    font-size: 12px; /* Set the font size to 16 pixels */
}
.hidden {
    display: none !important;
}