/****************** 
    FAQ STYLES
******************/
#questions li {
	list-style-position: outside;
	list-style-type: upper-roman;
	margin-left: 2em;
}
.stretcher table {
	margin: 10px 0;
}
.toggle {
	color: black;
	outline: none;
}
.toggle:hover {
	color: #8d1434;
	text-decoration: none;
}
.stretcher div {
	color: #666;
	font-style: italic;
	font-size: .85em;
	padding: 0 0 5px 5px;
	margin: 0 0 10px 0;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.stretcher div p {
	margin: .125em 0;
}
