.comments-area{width:auto;}

#wpcomm .avatar{
    border-radius: 100%;
    height: 50px;
    width: 50px;
    border: none;
    padding: 0;
}

#wpcomm .wc-blog-guest > .wc-comment-right .wc-comment-author, #wpcomm .wc-blog-guest > .wc-comment-right .wc-comment-author a {
    font-weight: bold;
}

#wpcomm .wc-blog-subscriber > .wc-comment-right .wc-comment-author, #wpcomm .wc-blog-subscriber > .wc-comment-right .wc-comment-author a {
    font-weight: bold;
}

#wpcomm .wc-blog-post_author > .wc-comment-right .wc-comment-author, #wpcomm .wc-blog-post_author > .wc-comment-right .wc-comment-author a {
    font-weight: bold;
}

#wc-comment-header {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #666;
    font-weight: 500;
    left: 0;
}

#wpcomm .wc-reply { margin-left: 80px;}
#wpcomm .wc-comment .wc-comment-right {
    border: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #d9d9d9;
    position: relative;
    width: 85%;
    float: right;
    margin-bottom: 2em;
}

#wpcomm .wc-reply .wc-comment-right{background-color:#fff;}

#wpcomm .wc-reply-link, #wpcomm .wc-vote-link, #wpcomm .wc-share-link,
.wc-comment-footer span.wc_editable_comment{
    float: left;
    padding-left: 20px;
}

#wpcomm .wc-comment-date{text-align: left;width: 100%;}

#wpcomm .wc-comment-author {width:100%;}
#wpcomm .wc-toggle {line-height: 12px;}
.wc-reply-link{background: url("./img/sprite-comentarios.svg") no-repeat; background-position: 2px -48px; background-size: 18px; font: 500 13px 'Roboto'; float: right; color: #ed2027; padding: 0 0 0 20px;}

#wpcomm {border:none;}
#commentReport{display:inline}

#wpcomm .wc-comment-footer a.contactReport{
    background: url("./img/sprite-comentarios.svg") no-repeat;
    background-position: 0 -19px;
    background-size: 18px;
    text-indent: -9999999px;
    height: 25px;
    width: 25px;
    float: left;
    position: absolute;
    top: 0;
    right: 0;
}



#wpcomm .wc-comment-footer a.contactReport:hover{
    background: url("./img/sprite-comentarios.svg") no-repeat;
    background-position: 0 2px;
    background-size: 18px;
}


@media screen and (max-width: 400px) {
    #wpcomm .wc-comment .wc-comment-right { padding: 0 10px 3px 10px;}
    #wpcomm .wc-reply, #wpcomm .wc_comment_level-3 {margin-left: 0;}
}