.table-container{
    max-width: 1200px;
    margin:0 auto;
}


.table-container a {
    color: #0066CC; /* Example: blue */
font-weight: bold;    /* Makes text bold */
    text-decoration: underline; /* Optional: remove underline */
text-decoration-skip-ink: none;
}

a:hover {
    color: #FF5733; /* Example: orange on hover */
}

#disclaimer {
  font-size: 12px;            /* smaller than body */
  text-align: justify;
}


@media screen and (max-width: 1280px) {
  .table-container {
    margin: auto 10%;
  }
}
