.technology{ /*header of 2nd demo*/
	cursor: pointer;
	cursor: pointer;
	width: 100%;
	position: relative;
	height: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}

.openlanguage{ /*class added to contents of 2nd demo when they are open*/
	border-bottom-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	height: 100%;
}
.closedlanguage_2{ 
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFDD89;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #EFDD89;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	height: 100%;
}
