/* stylesheet.css */

/* Remove borders from tables */
table {
    border-collapse: collapse;
}

/* Align table cells to the top */
table td {
    vertical-align: top;
}

label {
  font-family: Arial, sans-serif;
  font-size: 8px; /* Adjust font size as needed */
  display: block; /* Ensure each label occupies its own line */
  margin-bottom: 5px; /* Adjust spacing between label and input */
}