/* Hide unnecessary elements in Flow-Flow posts */
.flow-post .ff-author,
.flow-post .ff-date,
.ff-nickname,
.ff-name,
.ff-timestamp,
.flow-post .ff-description {
    display: none !important;
}

