﻿
#console {
    display: none;
    width: 1100px;
    height: 300px;
    background-color: #FFF;
    position: absolute;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    border: solid 1px #CCC;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    z-index: 1000;
}

#console-output {
    font-family: 'Courier New';
    font-size: 12pt;
    height: 260px;
    overflow-y: scroll;
    padding-left: 8px;
    border-bottom: solid 1px #DDD;
    background-color: #000;
    color: #FFF;
}

#consule-cmd {
    height: 40px;
    background-color: #000;
    color: #FFF;
}

#console-input {
    font-family: 'Courier New';
    font-size: 12pt;
    width: 100%;
    padding-left: 8px;
    height: 40px;
    border: none;
    background-color: #000;
    color: #FFF;
}