.event-title{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
margin: 10px 0;
}


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

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

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

.event-title span{color: #666; clear:both;}
