.flex-container .chat-wrapper {
	padding: 43px 0px 0px 0px;
	flex-basis: 60%;
}
.chat-header {
	min-height: 100px;
	height: auto;
	width: 100%;
	border-top: 2px solid  #a22118;
	border-bottom: 2px solid  #a22118;
	margin: 20px 0px;
	padding: 15px 0px;
	display: flex;
}
.chat-header-img img {
	height: 70px;
	width: 70px;
/*	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;*/
}
.chat-header-info {
	padding-left: 10px;
}
.chat-header-info h2, .chat-header-info p {
	margin: 0px;
}
.chat-header-info h2 {
	color: #9b1b30;
	font-weight: bold;
	font-size: 32px;
	line-height: 32px;
}
.chat-header-info p {
	color: #a22118;
}
.chat-header-info span {
	color: #737373;
	font-size: 12px;
}
.chat-form {

}
.chat-form form {
	
}
.chat-form form textarea {
	margin-top: 10px;
	width: 100%;
	resize: none;
	border: 1px solid #9b1b30;
	padding: 5px 10px;

}
.chat-form .chat-message-submit, .chat-default-button {
	border: none;
	outline: none;
	color: #fff;
	background-color: #9b1b30;
	padding: 5px 20px;-
	transition: .3s;
}
.chat-form .chat-message-submit {
	margin-top: 15px;
}
.chat-form .chat-message-submit:hover, 
.chat-default-button:hover, 
.chat-form .chat-message-submit.active, 
.chat-default-button.active {
	background-color: #194365;
}
#chat-messages {
	padding: 30px 0px;
}
.chat-message {
	border-bottom: 1px solid #dbdbdb;
}
.chat-question {
	display: flex;
	padding: 15px 0px;
}
.chat-question-author-avatar {
	padding-top: 5px;
}
.chat-question-author-avatar img {
	width: 60px;
	height: 60px;
}
.chat-question-body, .chat-reply-body {
	padding-left: 10px;
	display: flex;
	flex-direction: column;

}
.chat-question-author, .chat-reply-author {
	color: #9b1b30;
	font-size: 18px;
}
.chat-question-author:hover {
	color: #9b1b30;
	text-decoration: underline;
}
.chat-reply-author {
	color: #a22118;
}
.chat-reply-author:hover {
	color: #a22118;
	text-decoration: underline;
}
.chat-question-date, .chat-reply-date {
	color: #5a5a5a;
	font-size: 12px;
}
.chat-question-text p, .chat-reply-text p {
	font-size: 16px;
	line-height: 18px;
}
.chat-reply {
	padding: 10px 0px 15px 60px;
}
.chat-reply .reply-wrap {
	display: flex;
	padding: 10px;
	background-color: #ededed;
}
.chat-reply-quotes i {
    font-size: 30px;
    margin: 3px 5px 0px 0px;
    color: #a22118;
}
.chat-message-general {
	border-bottom: 1px solid #dbdbdb;
}
.chat-controll .chat-default-button {
	margin-bottom: 15px;
}
#chat .chat-form form .input-field input {
    height: 36px;
    width: 100%;
    padding: 0px 10px;
    margin-bottom: 15px;
}
.captcha_image {
    margin-bottom: 15px;
}