#time {
  text-align: center;
}

#participantresults td:is(:nth-child(1), :nth-child(4), :nth-child(5)), #teamresults td:is(:nth-child(1), :nth-child(2), :nth-child(4), :nth-child(5))  {
  width: 1%;
  text-align: center;
}

#participantresults td:is(:nth-child(2), :nth-child(3)), #teamresults td:nth-child(3) {
  max-width: 30vw;
  text-align: left;
}
