.important {
	color: red;
}

.panel-group {
	border-bottom: 1px dashed #ddd;
}
.panel-group .panel-qa {
	border-top: 1px dashed #ddd;
}
.panel-group .panel + .panel {
	margin-top: 0;
}
.panel-qa .glyphicon-triangle-right {
	color: #f57b20;
	width: 30px;
}
.panel-qa .panel-title > a.collapsed:before {
	content: "\e250";
}
.panel-qa .panel-title > a:before {
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e252";
	position: absolute;
	left: 0;
    margin-top: 1px;
    font-size: 16px;
    color: #f57b20;
}
.question,
.answer {
	display: inline-block;
	position: relative;
	padding-left: 15px;
	margin-left: 15px;
}
.question:before {
	content: "Q: ";
}
.answer:before {
	content: "A: ";
}
.question:before,
.answer:before {
	font-size: 16px;
	position: absolute;
	left: -5px;
	display: inline-block;
	width: 17px;
	text-align: center;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
	border: 0;
	background-color: #fde5d2;
}
.remark {
	margin-bottom: 30px;
}