﻿#GWconsole
{
    top: 0px;
    position:fixed;
    left: 0px;
    height: 160px;
    z-index: 1000;
    border-bottom: 2px solid white;
    overflow-y: scroll;
    display: none;
    font-size: 13px;
    color: Lime;
}

#GWconsole > div
{
    min-height: 140px;
    padding: 10px;
    opacity: 0.8;
    background-color: Black;
    font-family: "Courier New", Courier;
}

#GWconsole #GWConsole_Input
{
    background: black;
    border: none;
    color: Lime;
    font-family: "Courier New", Courier;
    font-size: 13px;
    margin: 0;
    width: 90%;
    display: inline;
}

#GWconsole input:focus
{
    border: none;
    outline: none;
}

#GWconsole p
{
    margin: 5px 0;
}
    
