.questions {
	background: none;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9rem;
line-height: 1.15rem;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	padding-bottom:18px;

	
}

.questions:hover {
	color: #666666;
	text-decoration: underline;

	
}

.qnumber {
	padding-bottom:18px;
	padding-right: 10px;
	float:left;
	text-align:right;
	width: 25px;
}

/* .block {
	font-size: .9rem;
line-height: 1.15rem;
} */

/* .block p:first-of-type {
	margin-top: 0px;
} */

/* .block p:last-of-type {
	margin-bottom: 0px;
}

.block p:only-of-type {
	margin: 0px;
} */

.answer {
	padding-bottom:20px;
	margin-left:36px;
	margin-right:15px;
	padding-top: 0;
	margin-top: 0;
}

.expand_link, .collapse_link { 
	cursor: pointer;
	font-size: .9rem;
line-height: 1.15rem;
}