.comment-flag {
    cursor: pointer;
    float: right; /* far-right position */
    color: inherit; /* use surrounding text color instead of red */
    font-size: 16px;
    margin-left: 10px;
}
.comment-body {
    overflow: hidden; /* ensures float doesn't break layout */
}
.comment-flag-reported {
    float: right;
    color: #999;
    font-style: italic;
}
.cf-italic {
    font-style: italic;
    color: inherit !important;
}
