#comments-form {
    width: 100%;
}

@media (min-width: 992px), print {
    #comments-form {
        width: 70%;
    }  
}

#comments-form .action {
    float: right;
    margin-right: 55px;
}

#comments-form input[type="text"] {
    margin-bottom: 10px;
}

#comment-list .details {
    width: 97.5%;
    float: left;
    background: #f5f5f5;
    padding: 5px 10px;
}

#comment-list li p {
    clear: both;
    padding: 12px;
    font-size: 12px;
    color: #414141;
    background-color: #FFF;
    margin: 10px 0;
    float: left;
}

#comment-list li .post-date {
    float: right;
}

#comment-list li {
    background: #fff;
    border: 1px solid #e3e3e3;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
    margin: 0 0 10px;
    float: left;
    clear: both;
    width: 90%;
}

#comment-list ul,
ol {
    list-style: none;
}

#comment-list .rating-box {
    float: right;
    margin: 15px 0 0;
}

#comments {
    margin-top: 40px;
}

.post-comment {
    margin-top: 15px;
}

.pager,
.ias-spinner,
.ias-noneleft {
    clear: both;
}

#comment-list {
    margin-top: 15px;
    margin-left: -40px;
    width: 95%;
}

.blog-comment-wrapper {
    padding: 20px 0;
    margin-bottom: -40px;
}