@charset "utf-8";
/* CSS Document */


.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
margin: 5px 0;
}

.thelanguage {
	padding-left:20px;
	padding-bottom:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#00F;
}

.openfaqs{ /*class added to contents of 2nd demo when they are open*/
color: #dc1c41;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}

.closedfaqs{ /*class added to contents of 2nd demo when they are closed*/
color: #024d8e;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
border-bottom:solid 1px #ecf4f9;
}


