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


.openlanguage{ /*class added to contents when they are open*/
color: black;
font-weight: bold;
color: #1f497d;
}

.closedlanguage{ /*class added to contents when they are closed*/
color: #1f497d;
}

div.thelanguage
{
background-color: white;
border:none;
color:#000000;
padding:3px;
text-align:left;
}