.textbox span {
    opacity: 0;
}
.textbox span.revealed {
    opacity: 1;
}

.textbox span.black {
    color:black;
}
