.technology{ /*header of 2nd demo*/
display: table; font-weight: bold; padding-left: 20px; padding-top: 10px; padding-bottom: 10px; background:url(zumabtn1.jpg); background-repeat:no-repeat; width: auto; cursor: pointer;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
 display: table; font-weight: bold; background:url(zumabtn.png); background-repeat:no-repeat; padding-left: 20px; padding-top: 10px; padding-bottom: 10px; width: auto;}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
 display: table; font-weight: bold; background:url(zumabtn1.png); background-repeat:no-repeat; padding-left: 20px; padding-top: 10px; padding-bottom: 10px; width: auto;
}
