/* Edit me for the highlight color */
.editableAuthor, .editableComment{
 color: #333;
 background-color: #ffffd3;
 }
.textComment { clear: both;}

/* Das hier bearbeiten, um das Aussehen der Textarea beim Editieren zu verändern */
.textComment textarea { width: 90%; height: 100px; }
.editComment { clear: both; }

/* Das hier bearbeiten, um die Nachricht, die ein User (kein Admin) beim Abgeben eines Kommentars erhält, zu ändern */
.ajax-edit { font-size: 1em; font-style: italic; background-color: #333; color: #fff; padding: 5px; font-weight: bold;}