#comment-list .comment-content {
    line-height: 40px;
    margin-bottom: 10px;
}

#comment-list .comment-container {
    border: 1px solid #ddd;
    padding: 10px 15px 15px 15px;
    margin-bottom: 20px;
}

#comment-list .comment-date {
    color: #737373;
}

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

#comment-list .comment-author {
    font-weight: bold;
    display: inline;
}

@media (max-width: 767px) {
    #comment-list .comment-date  {
        float: left;
        clear: both;
    }
    #comment-list .comment-author {
        display: block;
    }
    #comment-list .comment-content {
        line-height: normal;
    }
    #comment-list .comment-container {
        padding: 15px;
    }
}

#submit-comment-form textarea {
    resize: vertical;
}

 .comment-write {
     padding-top: 20px;
     padding-bottom: 20px;
     margin-right: 0;
     margin-left: 0;
     background: #f4f4f4;
     border: 1px gray;
     border-radius: 1px;
}
