/* 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;
}

.menu_item{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
font-weight: bold;

text-transform: uppercase;
margin-top: 2px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
/* margin: 10px 0; */
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: #48742A;
}

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