/* CSS Document */
.counsellingdrop{ /*header of 1st demo*/
	cursor: pointer;
	cursor: pointer;
	display: block;
}

.opencounselling{ /*class added to contents of 1st demo when they are open*/
}

.thecounselling {
	text-indent: 10px;
}
