@charset "utf-8";
.technology{ /*header of 2nd demo*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #3E753E;
	cursor: hand;
	cursor: pointer;
	text-align: left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 28px;
	font-weight: bold;
}

.openlanguage{ /*class added to contents of 2nd demo when they are open*/
	color: #9C3B46;
}
.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
	color: #3E753E;
}
.thelanguage {
	font-family: Tahoma;
	font-size: 12px;
	color: #7A7A7A;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 40px;
}

