

	.questions {
	color: #000;
	font-size: .9rem;
line-height: 1.15rem;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	padding:10px;
	margin-bottom:5px;
	display: block;
	background-color: #EFB310; /* #7D9DBD doesn't pass contrast checker */
	list-style-type: none;
	border-bottom: solid 1px white;
	border-radius: 5px;
}

	.questions:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
/*	padding-bottom:8px;
*/	display: block;
	background-color: #666;
	list-style-type: none;
/*	list-style-position: outside;
*/	
}

	.block {

}

	.expand_link, .collapse_link, .top_link { 
	cursor: pointer;
	font-size: .9rem;
line-height: 1.15rem;
	display: inline-block;
	background-color: #EFB310; /* #7D9DBD doesn't pass contrast checker */
	padding: 8px;
	border-right: solid 1px white;
	border-bottom: solid 1px white;
	border-bottom: solid 1px white;
	border-radius: 5px;	color: #000 !important;
	text-decoration: none !important;
	margin-right:5px;
		margin-bottom:-10px;
	
}

	.expand_link:hover, .collapse_link:hover, .top_link:hover { 
	background-color: #666;
	color:#FFF !important;
	text-decoration:none !important;

}



