/* Edit me for the highlight color */
.editableAuthor, .editableComment {
    color: #000;
    background-color: #ffffd3
    }
.textComment {
    clear: both
    }
/* Edit me for the textarea shown when editing a comment */
.textComment textarea {
    width: 90%;
    height: 100px
    }
.editComment {
    clear: both
    }
/*Edit me for the message that shows up to a user(non admin) when leaving a comment */
.ajax-edit {
    font-size: 1em;
    font-style: italic;
    background-color: #333;
    color: #fff;
    padding: 5px;
    font-weight: bold
    }