
.trigger {
	cursor:pointer;
}

.trigger:hover {
	cursor:pointer;
	background:#e6f0d8;
}		

#cat {
	background-color: #afc2e6/*b3c1db*/;
}

.collapsecat { 
	/*background-color: #b3c1db;*/
	/*width: 98.6%;*/
	padding-left: 5px;
	padding-right: 5px;
	/*border: 1px solid #eaeaea;*/
}

#question {
	background:#e6f0d8;/*b3c1db*/
}

.collapse {
	background-color: #F5F5F5;
	/*width: 98.6%;*/
	padding-left: 5px;
	padding-right: 5px;
	/*border: 1px solid #eaeaea;*/
}

li {
	/*list-style-type: none;*/
}

.expanded {
	cursor:pointer;
	background:#c5eb8f;
}

.expanded:hover {
	cursor:pointer;
	background:#c5eb8f;
}

.show {
   position:static;
   display: table;
}

.hide {
	position:absolute;
	left:-999em;
	height:1px;
	width:100px;
	overflow:hidden;
}

