@charset "utf-8";
.mypets{ /*header of 1st demo*/
	color: #000;
	text-decoration:none;
	text-align:left;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	margin: 0;
	font-weight: normal;
	display: block;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 40px;
	cursor: pointer;
	background-image: url(../../images/icon_plus.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
	color: #000;
	background-image: url(../../images/icon_minus.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	text-decoration: underline;
}
