.detail-text-block{
	max-height : 0;
	opacity    : 0;
	overflow   : hidden;
}

.detail-text-block.open{
	max-height : 999999999px;
	opacity    : 1;
	transition : all 1s ease-in-out 0s;
}

.text-event{
	cursor : pointer;
}

.text-event span{
	display       : inline-block;
	border-bottom : 1px dotted;
}