.entry input {
  width: 150px;
  max-width: 42vw;
}

.entry > small {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 7px;
  letter-spacing: .08em;
}

#scores li strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
