#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: 20%;
/*    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: 60%; */
/*    min-width: 400px;*/
    overflow: auto;
}

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

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

div.comment-flagged {
    background-color: #F09999;
}

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;
}
.errors {
    color: red;
}
input.hidden {
    display:none;
}

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

a.mceButton {
    overflow: inherit;

}

/* Adaptation */
img.gravatar {
    width: 48px !important;
    height: 48px !important;
}
.commenting-field label {
    text-align: right;
}
.comment-body {
    background-color: #F4F4F4;
}
form#comment-form input[type="submit"] {
    float: right;
}

