.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 .name {
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: table-cell;
  overflow-y: none;
}
