@charset "utf-8";
/* CSS Document */

.CollectedQuestions {
	margin-bottom:5em;
}
.CollectedQuestions ul {
	list-style-type:decimal;
}
.CollectedQuestions li {
	margin-bottom:0.5em;
}

.QandA {
	border-left:0.5em solid #333333;
	margin-bottom:2em;
}
.Question {
	padding:0.2em;
	background-color:#333333;
	border-bottom:1px dotted #333333;
}

.Answer {
	padding-left:0.2em;
}
.Answer p {
	margin:0 0 0 0.5em;
}