.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 2px 5px;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
padding-top:10px;
padding-bottom:5px;
background: #e1e1e1;
border-top:1px solid #2c2b53;
}

.openlanguage{ /*class added to contents of 2nd demo when they are open*/
padding-top:10px;
padding-bottom:5px;
}