/* make sure the table fits on mobile */
tr {
    background-color: #f2f2f2;
}

#tablearea {
    width: 90vw; /* 90% of the viewport width */
    max-width: 100%; /* Ensures the div does not exceed the width of its container */
   /* center */
    margin: 0 auto;
}
#loading {
    display: none;
}
#downloadButtons{
    display: none;

}