@charset "utf-8";

ul.questions {
	list-style: none;
}

ul.questions > li {
	margin-bottom: 10px;
}

ul.questions > li::before {
	content: "Q";
	margin-right: 10px;
	font-size: 20px;
	color: #d00;
}

ul.questions .toggle {
	font-size: 15px;
	text-decoration: underline;
	cursor: pointer;
}

ul.questions .toggle + div {
	display: none;
	padding-left: 27px;
}

/*h2 abbr[title] {
	margin-right: 3px;
	border-bottom-width: 0;
	line-height: 0;
	font-size: 120%;
	font-family: Arial Nalow;
}*/