@charset "utf-8";
/* CSS Document */

.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 2px 5px;
border: 1px solid gray;
background: #E1E1E1;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
background: yellow;
}

.accordianheader{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font-family:Geneva, Arial, Helvetica, sans-serif; font-size: 14px;color: #4FB2D3;  font-weight:bold;
margin: 10px 0;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: 33379d6; font-weight:bold
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: #2f65ad
}

.togglehtml li{
margin-bottom: 8px;
}

.myheader{
cursor: hand;
cursor: pointer;
}

.mycontent{
padding-top: 2px;
padding-bottom: 9px;
}