.chat_wrap_content {
	width:100%;
	min-height:40px;
	padding:5px 0;
	display:table-row;
}
.chat_wrap_wrap {
	width:98% !important;
	height:auto;
	display:table;
	padding:5px 1%;
}
.chat_avatar {
	width:45px;
	height:100%;
	display:table-cell;
}
.chat_avatar_wrap, .chat_avatar_wrap2{
	width:36px;
	height:36px;
	border-radius:18px;
	overflow:hidden;
}
.chat_avatar_wrap img, .chat_avatar_wrap2 img {
	width:36px;
	height:auto;
	display:block;
	vertical-align:middle;
}
.chat_name {
	display:table-cell;
	width:auto;
	vertical-align:top;
	line-height:24px;
}
.chat_name p {
	padding-top:7px;
}
.chat_name img {
	vertical-align:middle;
}
#show_chat .fancybox-video img, #show_chat .fancybox-vimeo img, #show_chat .fancybox img{
	position:relative;
	margin-bottom:-12px;
}
#show_chat li:first-child {
	border-top:none;
}
#show_chat li:last-child {
	border-bottom:none;
}
#show_chat li {
	position:relative;
}
.logs_date {
    font-size: 10px;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 8px;
    margin-top: 20px;
}
.logs_date_U {
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 8px;
    margin-top: 20px;
}
.delete_log {
    font-size: 12px;
    color: #ff000045;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 16px;
    margin-left: 70px;
}
.delete_pv {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 18px;
    margin-left: 73px;
    cursor:pointer;

}
.edit_pv {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 18px;
    margin-left: 93px;
    cursor:pointer;
}
.emo_chat {
	margin-bottom:-6px;
    max-width: 130px;
}
#menu_private {
	width:100%;
	height:34px;
	padding:3px 0;
	display:none;
}
.hide_this {
	display:none;
}
#menu_private_options {
	width:auto;
	height:100%;
	float:right;
}
#menu_private_options img {
	height:100%;
	width:auto;
	float:right;
	display:block;
	margin-right:8px;
}
.private_friend {
	padding-right:10px;
	font-weight:bold;
	font-size:15px;
}
