#task-list-page {
  position: relative;
}

#team-selection-table {
  position: absolute;
  left: 16.8vw;
  top: 16vh;
  display: block !important;
}

#team-selection-table tr {
  display: flex !important;
  gap: 12px !important;
  justify-content: flex-start !important;
}
