.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;
}
 
.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font-family:Trebuchet MS, Georgia, Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
color: #FFFFFF;
margin: 5px 0;

}

.acordiyon_yazi{
font-family:Trebuchet MS, Georgia, Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
padding:5px 0px 5px 30px;
color: #FFFFFF;
}

.acordiyon_yazi a{color:#FFFFFF;}

.acordiyon_yazi a:hover{color:#FFFFFF;}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color:#22cbfb;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: white;
}

