#comments .policy {
    font-style: italic;
    background: #eee;
    color: #555;
    padding: 1em;
}

#comments .avatar-info {
    font-style: italic;
    font-size: x-small;
    color: #555;
}

#comments .policy a {
    font-weight: bold;
}

#comments blockquote {
    background: #eee;
    padding: 1ex;
    border: dashed #333 1px;
}

#comments .avatar {
    min-width: 40px;
    max-width: 80px;
    width: 7%;
}

#comments .text-wrapper .text {
    padding-left: calc(max(40px, min(80px, 7%)) + 15px);
}

#comments .isso-comment-footer .reply {
    padding-left: 0;
}

#comments {
    background: white;
    color: black;
}

#comments .textarea {
    color: black;
    background: #eee;
}

#comments a, #comments a:visited, #comments a:active, #comments a:hover {
    color: #600;
}