
/* desperate attempts to prevent crazy padding across themes */
div#comments-container div {
    padding: 2px 0 !important;
    margin: 2px !important;
    clear: both;
}

div#comments-container label {
    padding: 2px 0 !important;
    margin: 2px !important;
}

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

/* end desperation */

form#comment-form {
    clear:both;
    line-height: 1em;
}

form#comment-form input, form#comment-form textarea {
    height: inherit;
    font-size: 14px;
    line-height: 1em;
}

div#comment-main-container {
    max-width: 550px;
}

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

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

input.hidden {
    display:none;
}

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

a.mceButton { overflow: inherit; }
.comment-reply {font-size: 80%; padding-right: 20px; }
.comment-body {border: 1px solid #eee; border-left: none; border-right: none; width: 95%; margin-left: 0; }
.comment-children {background-color: #fafafa;}