.espnet-conv-slot {
	opacity: 0;
}
.espnet-conv-slot.show {
	opacity: 1;
	transition: opacity .15s linear;
}