@charset "utf-8";

.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: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	color: #323133;
	margin-top: 3px;
	margin-bottom: 3px;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
	color: #323133;
	cursor: hand;
	cursor: pointer;
}

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



.thelanguage{ 
	cursor: hand;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	color: #323133;
}


#People_col1 {
	height: 450px;
	width: 870px;
	display: block;
	margin-left: 0px;
	float: left;
	margin-top: 0px;
	overflow: auto;
}
