.content_comment_sgb,.news_comment_sgb{
    display: inline-block;
    width: 100%;
}
.now_succes_coment{
	text-align: center;
}
.autch_coment{
	color: #23c0e9;
    cursor: pointer;
    border-bottom: 1px dashed;
}
.users_coment_news{
	float: left;
    text-align: center;
    width: 15%;
}
.ava_user_news_comment_sgb{
	border: 1px solid #23c0e9;
	height: 100px;
	width:100px;
    border-radius: 50%;
    overflow: hidden;
}
.users_coment_news img{
	max-width:100%;
	height:auto;
}
textarea:focus, input:focus{
outline: none;
}
.obl_news_comment_sgb {
    float: right;
    width: 81%;
    margin-left: 20px;
   -webkit-appearance: none;
    background: #fff;
    border: 2px solid #dbdfe4;
    position: relative;
    border-radius: 4px;
    margin: 0;
}
.panel_news_comment_sgb{
	background: #f6f8f9;
    border-radius: 0 0 2px 2px;
    border-top: solid 2px #dbdfe4;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    transition: opacity linear .2s;
}
.news_content_parse_sgb{
	width: 100%;
    border: none;
    min-height: 80px;
    padding: 10px;
    font-size: 14px;
}
.header_comment_sgb{
	display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.send_comment_sgb {
    color: #fff;
    padding: 5px 5px;
    font-weight: 300;
    font-size: 15px;
    background-color: #23c0e9;
    display: inline-block;
    cursor: pointer;
    transition: 0.5s;
    top: 0px;
    right: 0px;
    border: none;
    height: 100%;
    float: right;
    border-radius: 0 0 2px 0px;
}
.content_list_comment_sgb {
    display: inline-table;
    width: 100%;
    margin-top: 15px;
}
.content_list_comment_sgb>li{
	list-style:none;
	width:100%;
}
.ava_cont_ava{
	float:left;
	margin-right:15px;
	width: 48px;
	height: 48px;
	overflow:hidden;
	background:#e1e7ed;
	border-radius:3px;
	max-width: 15%;
}
.ava_cont_ava img {
    width: 100%;
    height: auto;
	border-radius:3px;
}
.post-body-sgb{
	float: left;
    width: 85%;
}
li.post-comment-sgb{
	width:100%;
	margin-bottom:15px;
	display: inline-block;
}
span.time-post-sgb {
    font-size: 13px;
}
.name-autor-post-sgb a{
	color: #23c0e9;
    font-weight: 100;
    font-size: 15px;
}
.comment_header_sgb{
	display: inline-table;
    width: 100%;
    margin-bottom: 5px;
}
.min_red_comment_sgb{
	padding:0px;
	float:left;
	margin-bottom:0px;
}
.min_red_comment_sgb li{
	float: left;
    list-style: none;
    height: 34px;
	cursor:pointer;
    line-height: 34px;
    width: 30px;
    text-align: center;
    border-right: 1px solid #dbdfe4;
}
.min_red_comment_sgb li i{
	color:#ccc;
	transition:0.3s;
}
.min_red_comment_sgb li:hover i{
	color:#000;
}
.green_bek{
    background-color: #eaf8e2 !important;	
}
.deyst_coment{
	margin-top:5px;
	padding-top:5px;
	border-top:1px solid #eee;
	width:100%;
	display:inline-block;
}
.button_panel{
	display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
	cursor:pointer;
}
.button_panel.succes{
	background-color: #5cb85c;
}
@media (max-width: 500px) {
		.users_coment_news{
			display:none;
		}
		.obl_news_comment_sgb{
			width:100%;
		}
}