.yiichat .exceded {
	color: #fff;
	background: red;
	-webkit-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
	font-size: 115%;
	padding: 5px
}

.yiichat .exceded a {
	color: #fff;
	margin: 10px 0
}

.yiichat .posts {
	display: block;
	overflow-x: hidden;
	overflow-y: scroll;
	margin-bottom: 92px;
	padding-top: 50px;
	position: relative
}

.yiichat .posts .post {
	display: block;
	overflow: auto;
	padding: 10px
}

.yiichat .posts li.loader-yii-chat {
	position: absolute;
	top: -20px;
	width: 100%;
	z-index: 0
}

.yiichat .posts .oembed_snippet {
	width: 100%
}

.yiichat .posts .post .track {
	background-color: #eee;
	padding: 3px;
	color: #333;
	float: left;
	overflow: auto;
	margin-right: 10px
}

.yiichat-post-myown {
	padding: 5px !important
}

.yiichat .posts .post.yiichat-post-myown .text-cont {
	margin-right: 70px;
	margin-left: 0
}

.yiichat .posts .post.yiichat-post-myown .text-cont a .owner {
	text-align: right;
	display: block
}

.yiichat .posts .post.yiichat-post-myown .track_owner {
	float: right !important
}

.yiichat .you {
	position: absolute;
	bottom: 6px;
	left: 0;
	right: 0;
	margin: 5px;
	padding: 4px
}

.yiichat .you textarea {
	margin-bottom: 5px
}

.yiichat .you .you-btn-cont {
	display: flex;
	justify-content: space-between
}

.yiichat .posts .post .text-cont {
	margin-left: 70px;
	word-wrap: break-word;
	padding: 5px
}

.yiichat .posts .post .text-cont .text {
	margin-top: 5px;
	padding: 6px
}

.yiichat .posts .post .owner img {
	height: 18px;
	padding-bottom: 4px
}

.yiichat .posts .post .track_owner div a .owner {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.yiichat .posts .post .track_owner div .owner_icon {
	width: 48px;
	height: 48px
}

.yiichat #chatTextArea_contenteditable {
	margin-bottom: 12px;
	border-color: grey;
	overflow: scroll;
	white-space: pre-wrap;
	min-height: 50px;
	max-height: 35vh
}

.yiichat #chatTextArea_contenteditable::-webkit-scrollbar {
	display: none
}

#chatContainer {
	padding: 0;
	height: 100%
}

#chatContainer h5 {
	font-weight: 700;
	font-size: 16px;
	overflow: hidden;
	margin: 0;
	padding: 3px 10px;
	width: 100%;
	z-index: 9999;
	background-color: #d9e4f4;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-moz-border-top-right-radius: 8px
}

#chatContainer h5,
#chatContainer h5 * {
	color: #000 !important
}

#mainchat .panel {
	margin-bottom: 0 !important
}