/* Author view style sheet */
.impl {
    display:    none;
}

h1::after {
    content: '- Developer View';
    font-style: italic;
}

body {
    max-width:  50em;
}
