#toc p {
	overflow:hidden;
	max-height:0;
}

#toc.open p {
	overflow:hidden;
	max-height:3000px;
	transition: max-height 5s linear;

}
