.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold;
margin: 10px 0;
padding-right:10px;

}
.thelanguage {
}

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

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
cursor:pointer;
}

.des {
	margin-right:5px;
}
