.post-date, .post-author a, .comment a {
    color: #000;
}

ul.commentlists {
    list-style: none;
    padding-left: 0;
}



ul.commentlists li.comment article.comment_item {
    margin-bottom: 25px;
    position: relative;
    z-index: 10;
}

ul.commentlists li {
    position: relative;
}

ul.commentlists header.comment-author {
    float: left;
    margin-right: 10px;
}

header.comment-author img {
    float: left;
    margin-right: 10px;
    width: 70px;
}

section.comment-details {
    padding-top: 0;
    font-size: 14px;
}

#commentform input, #commentform textarea {
    font-size: 14px;
}

.content_comments input[type="text"] {
    height: 40px;
    margin-bottom: 17px;
}

.content_comments input[type="text"], .content_comments textarea {
    border-radius: 0;
    color: #898989;
    border-color: #ccced1;
    margin-bottom: 17px;
}

#commentform input, #commentform textarea {
    font-size: 14px;
}

section.comment-details .author-name {
    position: relative;
}

section.comment-details .comment-content p {
    margin-bottom: 0;
}

.comment-meta {
    margin-bottom: 5px;
}


#commentform #submit.submit {
    display: none;
}

.comment-author > img
{
    padding-top: 0%!important;
}

.comment-details > .media-body {
    display: inline-block!important; 
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

