.table-wrapper {
  max-width: 600px;
}

.fancy-table .pos, .fancy-table .score {
  width: 10%;
  word-break: break-all;
  word-wrap: break-word;
  display: table-cell;
  text-align: center;
}

.fancy-table .score {
  width: 30%;
  word-break: break-all;
  word-wrap: break-word;
  display: table-cell;
  text-align: center;
}

.fancy-table .name {
  width: 60%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: table-cell;
  overflow-y: none;
}

.team-name {
  text-align:center;
  font-size: 20px;
  font-weight: bold;
  margin: 10px;
}
