#comments-container .comment-body {
    /* margin-left: 100px !important; */
    /* margin-top: 0 !important; */
    /* min-height: 60px; */
    /* padding-top: 20px; */
    width: 100%;
    font-size: 0.9em;
    clear: both;
    word-wrap: break-word;
    /* text-overflow: ellipsis; */
}

#comment-form {
    clear:both;
    line-height: 1em;
    /* max-width: 500px; */
    padding-top: 1em;
    width: 100%;
}

#comment-form #submit {
    clear: both;
    display: block;
    font-size: 0.8em;
}

.commenting-field {
    margin-bottom: 1em;
    /* font-family: Questrial; */
    /* font-size: 1.2em; */
}

.commenting-explanation {
    margin: 1em 0;
}

.commenting-field label, .commenting-field input {
    display: inline-block !important;
    vertical-align: middle;
}

.commenting-field label {
    width: 0;
    /* font-weight: bold; */
    margin: 0;
}

.commenting-field label[for="captcha"] {
    width: 100%;
}

.commenting-field input[type="text"] {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Questrial;
    outline: 0;
    border: none;
    border-bottom: solid 1px #ccc;
    padding: 2px;
}

div#comments-container div.comment-children {
    margin-left: 18px !important;
}

div.comment {
    /* margin-left: 12px; */
    /* margin-top: 3px; */
    margin-bottom: 6px;
    clear: both;
    min-height: 80px;
    width: 100%;
    /* min-width: 400px; */
}

div.comment-author {
    float: left;
    margin: 0;
    width: 100%;
    font-size: 1.2em;
}

.comment-flag , .comment-unflag {
    float:left;
    cursor: pointer;
}

div.comment-flagged {
    background-color: pink;
}


div.comment-body p {
    font-size: 1em;
}

.comment-reply {
    cursor: pointer;
    /* float: right; */
    clear: both;
    float: right;
    font-size: 0.8em;
}

p.comment-author-name {
    margin: 0;
}

div.success {
    font-size: 1.8em;
}

span.comment-flag, span.comment-unflag {
    padding-left: 6px;
    cursor: pointer;
}

a.mceButton {
    overflow: inherit;

}

