/* === TEMPLATE ================================== */
.tf-template {
    display: none;
}

/* === ADD PLACEHOLDER TO NON-INPUT ELEMENTS ================================== */
[contentEditable]:empty:not(:focus):before {
    content: attr(data-placeholder);
    font-style: italic;
    color: gray;
}