/* Add these to your existing TMF.css */

.purple { color: #bb77ff; }
.green { color: #99ee99; }

.looper-indicator {
    visibility: hidden;
    margin: 10px 0;
}

#now-playing {
    background-color: transparent;
    color: #ffffff;
    min-height: 1.2em;
}

.now-playing-container {
    background: #000;
}

.lyrics-textarea {
    visibility: hidden;
    background-color: transparent;
    border: none;
    color: #ffffff;
    font-family: monospace;
    width: 100%;
    resize: none;
}

.video-frame {
    width: 100%;
    height: 300px;
    border: 1px solid #333;
    background: #000;
    margin-bottom: 10px;
    display: block; /* Shows by default so user can resize/use it */
}

.note-images img {
    margin: 0 5px;
}