.play .animated {
  transition: color 300ms linear, background-color 300ms linear, transform 300ms ease-in, opacity 100ms ease-in;
}

.play .animatedFast {
  transition: color 300ms linear, background-color 300ms linear, transform 100ms ease-in, opacity 100ms ease-in;
}

.play .duckTop {
  transform: translateY(-100%);
}

.play .fadeOut {
  opacity: 0;
}

/* ScoreboxView. */

.scrollbox .selectedRound td {
  background-color: #000;
  color: transparent;
}

.scorebox table {
  border-spacing: 0;
  text-align: left;
}

.scorebox td, .scorebox th {
  padding: 6px 8px;
  min-width: 40px;
  font-size: 18px;
}

.scorebox .number {
  text-align: right;
}

.scorebox .striped tr:nth-child(even) {
  background-color: #ffffff11;
}

.scorebox .clickableCell {
  cursor: pointer;
}

/* PointsButtonMenuItem. */

.multiplierOption {
  transition: background-color 100ms linear;

  width: 40px;
  height: 40px;
  margin: 0 4px;
  border-radius: 50%;

  /* center text in the item. */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.selectedMultiplierOption {
  background-color: #ffffff1a;
}
