
mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 2px 5px;
border: 1px solid gray;
font-weight: bold;
color:#001173;
background: #e5eef5;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
color:#000000;
background: #becbdb;
}
