.title-question {
	position: relative;
	margin: 10px 15px 10px 25px;
	padding: 11px 15px;
	border: 1px solid #ddd;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-align: left;
	background-color: #ffffff;
}
.question-answer {
	position: absolute;
	top: -19px;
	left: -28px;
	height: 80px;
	width: 38px;
	border-radius: 50px 0 0 50px;
	border-left: 3px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.title-question .bull {
	position: absolute;
	top: 11px;
	left: -15px;
	font-size: 30px;
	z-index: 1;
}
.title-question .avatar-questioner {
	position: absolute;
	top: -10px;
	left: -15px;
	padding: 2px;
	border-radius: 50px;
	background-color: #ffffff;
	border: 3px solid #ddd;
	z-index: 2;
}
.title-question .avatar-questioner img {
	border: 1px solid #ddd;
}
.title-question .data-questioner {
	font-size: 13px;
	font-weight: bold;
}
.title-question .data-questioner-padding {
	margin-left: 40px;
}
.data-question {
	position: relative;
	margin: 0;
	padding: 10px 15px;
}
.data-question .type-question {
	width: 50px;
	font-weight: bold;
	margin-top: 20px;
	opacity: .6;
	-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.data-question .content-question {
	margin-left: 55px;
	border-left: 1px solid #ddd;
}
.data-question .content-question .theme-question {
	padding: 0px 15px 10px 15px;
	border-bottom: 1px solid #ddd;
}
.data-question .content-question .question {
	padding: 10px 15px;
}
.title-answer {
	margin: 8px 15px 8px 60px;
}
.data-question .content-question .answer {
	padding: 0px 15px;
	min-height: 50px;
}
@media (max-width: 767px) {
	.title-question {
		margin-left: 15px;
	}
	.title-answer {
		margin: 8px 15px 8px 60px;
	}
	.title-question .data-questioner {
		font-size: 10px;
	}
	.title-question .data-questioner-padding {
		margin-left: 0;
	}
	.title-question .bull {
		display: none;
	}
}