@charset "UTF-8";

table td:nth-of-type(1){
  text-align:center!important;
}

@media screen and (max-width: 800px) {
table td {
    font-size: 1.5rem;
}
table td:nth-of-type(1){
   white-space: nowrap;
}
}
@media screen and (max-width: 500px) {
table th {
    font-size: 1.5rem;
}
table td {
    font-size: 1.4rem;
}
}