.dance-cell {
  border: 1px solid black;
  padding: 10px;
  width: 60px;
  text-align: center;
  cursor: pointer;
}

.dance-cell.active {
  background: black;
  color: white;
}
