@charset "UTF-8";

.ppen-textarea {
    width: 100%;
    max-width: 720px;
    /* Max width for wide screens */
    min-height: 140px;
    /* Initial height (approx. 6-7 lines) */
    line-height: 1.5;
    font-family: Menlo, Consolas, Monaco, "Courier New", monospace;
    /* Monospaced */
    resize: vertical;
    /* Vertically resizable by user */
    overflow: auto;
    /* Scroll if there are many lines */
    white-space: pre;
    /* Display newlines and spaces as they are */
}

.ppen-note {
    margin-top: .3em;
}