.dce-content{
	display: block;
}
.dce-content.unfolded{
	overflow: hidden;
	transition: height 0.5s ease;
}
.unfold-btn {
	cursor: pointer;
}
