.ai-consultant-history {
	border: 1px solid #e9e9e9;
    border-radius: 15px;
    padding: 20px;
    font-size: 14px;
	margin-bottom: 30px;
}
.ai-consultant-history h3 {
    padding: 0px;
	margin: 0 0 19px 0;
	text-align: center;
}
.ai-consultant-history .ai-message {
    margin: 0 0 40px 0;
}
.ai-consultant-history .ai-message:last-child {
    margin: 0 0 10px 0;
}
.ai-consultant-history .ai-message .ai-message-header {

}
.ai-consultant-history .ai-message .ai-message-header .ai-history-date {
    margin: 0 0 6px 0;
    color: #999999;
}
.ai-consultant-history .ai-message .ai-message-content {

}
.ai-consultant-history .ai-message .ai-message-content .ai-history-question {
    background: #f1f1f1;
    font-weight: 700;
    padding: 5px 15px;
    border-radius: 3px;
    margin: 0 0 6px 0;
}
.ai-consultant-history .ai-message .ai-message-content .ai-history-answer {

}
.ai-consultant-history .ai-message .ai-message-content .ai-history-answer strong {
    font-weight: normal;
}


