/**
 * Comments
 *
 * Classic WordPress comments list and response form.
 */
.comments-area {
    margin-top: 10px;
}

.comment-list {
    padding-left: 22px;
}

.comment-body {
    margin-bottom: 10px;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #9ca8b3;
}

.comment-meta {
    margin-bottom: 8px;
    font-size: 11px;
}

.comment-content {
    line-height: 1.6;
}

.comment-respond {
    padding: 10px;
    background: #ffffff;
    border: 3px ridge #d7d7c6;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
    padding: 7px;
    background: #fffef4;
    border: 2px inset #c9c9c9;
    font: inherit;
}
