@charset "UTF-8";
/* CSS Document */

.expand {
	padding-bottom:10px;
	padding-top:10px;
}

.technology{ /*header of 2nd demo*/
	cursor: hand;
	cursor: pointer;
	margin: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

.thelanguage {
	padding-bottom:10px;
}

.openlanguage{ /*class added to contents of 2nd demo when they are open*/
	color: #000000;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
	color: #000000;
}
.expand{
	text-align: right;
}
.closedlanguage:hover{
	color: #000000;
}
