th {
    font-size: 20px;
}

td {
    font-size: 17px;
}

@media (max-width: 600px) {
    .hide-on-small-screen {
      display: none;
    }
}
