/*Accordion Func styles - Secondary Expandable Layer Function*/

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
margin: 0;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color:#660033;
font-weight:bold;
}

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