.CommentArea__form {
    position: relative;
    margin-bottom: 1em;
    padding: 2em 0 2em 4em;
    border-bottom: 1px solid #e8e8e8;
}

.CommentArea__avatar {
    position:  absolute;
    left: 0;
    top: 2.1em;
    display: block;
    width: 3.2em;
    height: 3.2em;
    border-radius: 100%;
}

.CommentArea__form fieldset {
    display: contents;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.CommentArea__commentTitle {
    margin: 0 0 .5em 0;
    font-size: 1.2em;
}

.CommentArea__form div.field,
.CommentArea__form textarea {
    margin-bottom: 0;
}

.CommentArea__form div.submit {
    margin-top: 1em;
}

.CommentArea__form textarea {
    /*background: #fafafa;*/
    /*border-color: rgba(128,128,128,.2);*/
}

.CommentArea__form .DocumentUpload .DocumentUpload__fileInput {
    max-width: 100%;
}

.CommentArea__form--disabled {
    padding: 1.5em 2em;
    text-align: center;
    background-color: #f2f2f2;
}
