.technology{ /*header of 2nd demo*/
	cursor: hand;
	cursor: pointer;
	margin: 5px 0px 5px 0px;
}

.openlanguage{ /*class added to contents of 2nd demo when they are open*/
	color:#F25005;
	text-decoration:underline;
	font-size:11px;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
	text-decoration:underline;
	font-size:11px;
}

.thelanguage{
	text-align:justify;
}