﻿.highlights{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 2px 5px;
border: 1px solid #1c3967;
background: #1c3967;
color:white;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
background: #44444E;
}

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
margin: 10px 0;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: green;
}

.thepet{ /*class added to contents of 2nd demo when they are open*/
	color: #666666;
	text-align:justify;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: red;
}
