﻿[contenteditable="true"]:focus > style {
    display: block;
    font-size: .75em;
    color: blue;
    font-family: courier, sans-serif;
    background: #fff;
    line-height: 1.5;
    position: relative;
    right: -36em;
    top: -2em;
}
