@charset "utf-8";
.technology{ /*header of 2nd demo*/
	cursor: hand;
	cursor: pointer;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 20px;
}
.openlanguage{ /*class added to contents of 2nd demo when they are open*/
	color: #ECA717;
}
.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
	color: #333333;
}
.thelanguage {
	font-family: Tahoma;
	font-size: 12px;
	color: #7A7A7A;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

