#comments-container .comment-body {
    margin-left: 100px !important;
    margin-top: 12px !important;
    min-height: 60px;
    padding: 6px;
}

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

#comment-form #submit {
    clear: both;
    display: block;
}

.commenting-field {
    margin-bottom: 1em;
}

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

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

.commenting-field label {
    width: 40%;
    font-weight: bold;
    margin: 0;
}

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

.commenting-field input[type="text"] {
    width: 58%;
    margin: 0;
}

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: 90%;
    min-width: 400px;
}

div.comment-author {
    float: left;    
    margin: 0 6px;
    width: 100px;
}

.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;
}

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;
}
