#JS_wrap_post_comment{
    position:relative;
}
.wrapCommentsBlock{
    /*width: 700px;*/
    max-width: 100%;
}



.comments ol, .comments ul {
    list-style-type: none;
    padding: 0;
    text-align: left;
}
.comments .comment-block {
    background: #FFF;
    border-radius: 1px;
    -moz-border-radius: 1px;
    position: relative;
    padding: 15px;
    margin-left: 46px;
    /* border-top: 1px solid #dfdfdf; */
    min-height: 58px;
    margin-bottom: 11px;
    margin-right: 4px;
}
.comments .avatar-image-container {
    overflow: hidden;
    width: 45px;
    margin: 28px 10px 10px 0;
    background: #FFF;
    padding: 0px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    box-shadow: 0 0 3px #B5B5B5;
    -moz-box-shadow: 0 0 3px #b5b5b5;
    -webkit-box-shadow: 0 0 3px #B5B5B5;
    float: left;
    z-index: 9;
    position: relative;
    max-width: 100px;
    max-height: 100px;
    overflow: hidden;
    border-radius: 41px;
}
.comments .date{
    font-size: 10px;
    font-style: italic;
    display: block;
    margin: -1px 0 7px 0;
    color:#777777;
}

.comments .not_valid{
    font-size: 12px;
    font-style: italic;
    display: block;
    margin: 7px 0;
    color:#ef9402;   
}

.comments .avatar-image-container img {
    max-width: 100%;
    width: 100%;
}

.comments .comment-author-name {
    font-weight: bold;
    font-style: italic;
    display: block;
    margin: 12px 0 0 0;
}
.comments .comments-content .datetime {
    display: block;
    font-size: 11px;
}

.comment-actions {
    position: absolute;  
    bottom: 0;  
    right: 0;  
    background: #DDD;  
    padding: 3px 10px;  
    text-shadow: 0 1px 1px #FFF;  
    font-size: 11px;
}
.comment-actions:hover {
    background: #333;    text-shadow: 0 1px 1px #000;
}
.comment-actions:hover a {
    color: white;
}
#comments ol > li.comment {
    margin: 0 0 20px;
}
#comments .comments-item{
    border-top: 1px solid #dfdfdf;
}
#comments ul.children {
    margin: 1px 0 0 50px;
}
#comments .datetime {
    font-size: 12px;
    font-style: italic;
    display: block;
    margin: 7px 0;
    filter: alpha(opacity=60);  opacity: 0.6;
}
#comments .datetime a {
    color: #666;
}
#comments .comment-content {
    margin: 0 0 0 0px;
}
#comments li #respond {
    margin: 20px 0 0 26px;
}

/*Comment form*/
#respond {
    margin: 20px 0 30px 0;
}
#respond .must-log-in {
    clear: both;
}
#respond p {
    margin: 0 0 30px 0;
}
#respond form {
    font-size: 12px;
    clear: both;
}
#respond form label, #respond form small {
    display: block;
    cursor: pointer;
}
#respond form p.comment-form-author, 
#respond form p.comment-form-email {
    float: left;
    width: 48%;
}
#respond form p.comment-form-author {
    margin-right: 4%;
}

#respond form p.comment-form-url {
    width: 100%;
    clear: both;
}
#respond #author,
#respond #email {
    margin-top: 10px;
    width: 92%;
    padding:5px 9px;
}
#respond #url {
    width: 96%;
    display: block;
    padding: 10px 2%;
}

#respond form input[type=text],
#respond form input[type=email],
#respond form input[type=url],
#respond form textarea {
    font: inherit;
    color: #000;
    background: #fff;
    margin-bottom: 10px;
    border: 2px solid #e0e0e0;
}
#respond form input[type=text]:focus,
#respond form input[type=email]:focus,
#respond form input[type=url]:focus,
#respond form textarea:focus {
    /* background: #e9e9e9; */
    outline: none;
    box-shadow: none;
}
#respond form input[type=text]:invalid,
#respond form input[type=email]:invalid,
#respond form input[type=url]:invalid,
#respond form textarea:invalid {
    outline: none;
    border-color: #fbc2c4;
    background-color: #f6e7eb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

#respond form textarea {
    height: 150px;
    padding: 10px 2%;
}

#respond form #submit:hover, #respond form #submit:focus {
    background: black;
}
#respond form .comment-notes {
    font-size: 16px;
    color: #cccccc;
    margin: 0 0 20px 0;
}
#comment-form-title {
    margin: 0 0 15px;
}
#respond form label{
    text-align: left;
    display: none;
}
#respond .form-group > div,
#respond .form-group > label{
    padding-left: 0;
    padding-right: 0;
}
#respond .bbcodeExplain{
    color: #999;
    line-height: 14px;
    font-family: monospace;
    font-weight: normal;
    font-size: 12px;
}
.comments-logged-in-as, .logged-in-as {
    font-size: 12px;
    color: #b3b3b3;
    letter-spacing: 1px;
}

#allowed_tags {
    margin: 20px 10px 10px 0;
}

.nocomments {
    margin: 0 20px 20px;
}


#comments .children .comment-content .text{
    font-style: normal;
}
#comments .comment-content .text{
    font-style: italic;
    font-weight: 600;
    font-size: 13px;
    color: #787878;
}

#comments .children .avatar-image-container{
    display: none;
}

#comments .children .comment{
    /* background: #efefef; */
}
#comments .children .comment-block{
    background: #f2f2f2;
    margin-left: 7px;
    margin-bottom: 8px;
    border: none;
    padding-top: 10px;
}
#comments .children .comments-header{}
#comments .children .comment-author-name{
    margin-top: 0;
}
#comments .children .comment-content{
    margin-left: 0;
    margin-right: 0;
}
#comments .children .comments-item{
    border-top: none;
}