.step {
  display: none;
}

.step.active {
  display: block;
}

.rr-slot {
  margin:5px;
  padding:10px 15px;
  border:1px solid #ccc;
  cursor:pointer;
}

.rr-slot.disabled {
  background:#eee;
  cursor:not-allowed;
}