.console-wrapper
{
    border: gray 3px ridge;
    padding: 6px;
    overflow: auto;
    cursor: text;
    line-height: 11pt;
    font-size: 8pt
    font-family: consolas, "Courier New", courier, monospace;
    background-color: #003700;
    max-height: 210px;
    width: 97.5%;
}
.console, .console pre
{
    padding: 0;
        margin:0;
    /* font-size: 8pt; */
    font-family: consolas, "Courier New", courier, monospace;
    font-size: small;
        font-weight: bold;
    background-color: #003700;
    color: lime;

    /*white-space: pre;*/
    overflow: visible;
    width: 100%;
}