.diff-deleted {
    color: #999;
    background: #fdd;
    text-decoration: line-through;
}

.diff-added {
    background: #dfd;
}

div .draft-change {
    margin-bottom: 10px;
}

#diff-view {
    margin:0 0 0 5px;
}

#merge-warning {
    margin:10px 0 0 10px;
    color:#666;
}

.draft-changes-legend {
    float: right;
    font-size: 10pt;
    margin: 3px 6px;
}

#draft-changes-waiting-icon {
    background-image: url(../../../images/icons/wait.gif);
    background-repeat: no-repeat;
    text-indent:-9999px;
    width: 16px;
}
