.displayProductCommentReply {
    display:block;
    clear:both;
    padding:20px 0;
    margin-top:20px;
    border-top: 1px dotted #cccccc;
}

.comment_details {
    display:block;
    width:100%;
}

.displayProductCommentReply .col-md-3 {
    padding-left:0px!important;
}

.displayProductCommentReply .col-md-9 {
    padding-left:30px!important;
}

.displayProductCommentReply strong {
    clear:both;
    display:block;
}