/* styles.css */
td.highlight {
    color: red;
}

.table-container {
    display: flex;
}

.table-container table {
    margin-right: 30px; /* Adjust the spacing as needed */
}

table, th, td {
    border: 1px solid;
    border-collapse: collapse;
    font-size: 16px;
  }

th, td {
    padding: 2px
}






























































































































































































































































