
.tree-question {
	display: none;
}

.tree-question *:last-child {
	margin-bottom: 0;
}

.tree-question p {
	font-weight: bold;
	display: flex;
	justify-content: space-between;
}

.tree-question p .btn {
	margin-top: -5px;
	margin-bottom: -5px;
}

.tree-question .list-group-item:first-child {
	background: #f7f7f7;
}

.tree-question .list-group-item a {
	text-decoration: none;
}

.tree-question .list-group-item {
	position: relative;
}

.tree-answer:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: "";
}

/* .tree-question {
	display: none;
	margin: 0;
	border: 1px solid #0000cc;
	padding: 0;
}

.tree-question.tree-final {
	background: #ccffcc;
}

.tree-question p {
	margin: 0;
	padding: 10px;
}

.tree-question div {
	border-bottom: 1px solid #0000cc;
	background: #ccffcc;
	padding: 10px 10px 0;
}

.tree-question div p {
	margin: 0;
	padding: 0 0 10px;
}

.tree-question .tree-answer {
	display: block;
	border-top: 1px solid #0000cc;
	background: #f8f8f8;
	padding: 10px;
}

.tree-question .tree-answer.tree-reset {
	float: right;
	border-radius: 10px;
	background: #000066;
	padding: 0 10px;
	color: #ffffff;
} */
