.comment .btn-group a{
    margin: 0 0 5px 0;
}
.comment-form label{
	font-weight: bold;
}

.comment-form .comment-submitblock {
	text-align: right;
}

.comment-form .comment-submitblock label{
	display: inline-block;
	margin: 0 4px;
}

.comments-container h2{
	margin: 0;
	width: 200px;
	padding: 5px 5px 12px 20px;
	color: white;
	line-height: normal;
	vertical-align: top;
	font-size: 14px;
	font-weight: normal;
	background: url(../../theme/FromUa/img/content_header.png) 0 0 no-repeat;
}

.comments-list .comment {
	border-bottom: 1px solid #B4B4B4;
        position: relative;
        background: #F3F3F3;
}
.comments-list .comment:first-child{
    border-top: 1px solid #B4B4B4;
}
.comments-list .comment:nth-child(2n){
    background: #fff;
}
.comments-list .comment .comment-box{
	color: #808080;
}

.comments-list .comment .comment-posted{
	color: #808080;
}

.comments-list .comment .comment-authorname {
	font-weight: bold;
	display: inline-block;
	margin-right: 10px;
	color: #1a1a1a;
}

.comments-list .comment .comment-avatar,
.comments-list .comment .comment-text
{
	float: left;
	margin-right: 10px;
}
.comments-list .comment .comment-text{
	float: none;
	padding-bottom: 20px;
	display: inline;
	color: #333;
}

.comments-list .comment .comment-metadata
{
	position: absolute;
	bottom: 0;
	left: 80px;
}

.comment-text .decoda-quote {
	display: inline-block !important;
	width: 80%;
}

.comments-list .comment .user{
    width: 100px;
    display: inline-block;
    float: left;
    padding: 0 10px 7px 0;
}
.comments-list .comment .user h4{
    margin: 0;
}
.comments-list .comment .user h4 a{
    font-size:12px;
}
.comments-list .comment .user img{
    width: 90px;
    padding: 3px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.comments-list .comment .comm{
    width: 380px;
    float: left;
    padding: 3px 5px 30px 5px;
}

.comments-list .comment .btn-group{
    position: absolute;
    bottom: 0;
    right: 0;
}
.comments-list .comment .btn-group a{
    margin: 0 5px;
    color: #F94C16;
    padding: 0 5px;
    font-size: 10px;
    background: none;
    border: 0;
    height: 25px;
}
.comments-list .comment .btn-group a:hover{
    text-transform: none;
}