.expandingBox_visible{
	color: #000000;
	width: 100%;
	cursor: pointer;
	margin-bottom: 10px;
	border-radius: 110px;
}
.expandingBox_hidden{
/* Parent box of slide down content */
	width:99%;
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
}
.expandingBox_hiddenContent{	/* Content that is slided down */
	padding:10px;   /* from the bottom edge to the next visible line*/
	padding-left:30px;  /* indent for invisible text*/
	font-size:12px;	
	position:relative;
	
}
