#console{
    width: 50%;
    height: 50%;
    left: 25%;
    top: 25%;
    position: absolute;
    font-family: monospace, "Source Code Pro";
    text-align: left;
    border: 2%;
    border-color: #FFFFFF;
    border-style: solid;
}

#console-background{
    background-color: #303030; /*#ff0000;*/
    opacity: 0.7;
    width: 100%;
    height: 100%;
}

#console-icon{
    position: absolute;
    left: 2%;
    top: 3%;
}

#console-title{
    position: absolute;
    left: 7%;
    top: 3%;
}

p, h4{
    margin: 0;
}

#console-square{
    background-color: #FF0000;
    width: 5%;
    height: 6%;
    right: 2%;
    top: 3%;
    position: absolute;
}

#console-title-text-seperator{
    border-top: 1px solid #FFFFFF;
    width: 100%;
    top: 20%;
    position: absolute;
    background-color: #FFFFFF;
    border: 2%;
    border-color: #FFFFFF;
    border-style: solid;
}

#console-text{
    position: absolute;
    top: 14%;
    padding-left: 2%;
    overflow: auto;
    height: 74%;
    width: 97%;
}

#console-text-entry-div{
    border-top: 3px solid #FFFFFF;
    position: absolute;
    bottom: 0%;
    width: 100%;
    height: 10%;
    background-color: #303030; /*#ff0000;*/
    opacity: 0.7;
}

#console-text-entry{
    top: 5%;
    width: 84%;
    height: 82%;
    background: transparent;
    color: #FFFFFF;
    border: none;
    position: relative;
    opacity: 1;
}

#console-go-button{
    top: 10%;
    right: 8%;
    width: 6%;
    height: 80%;
    color: #000000;
    position: absolute;
    opacity: 1;
}

#console-save-button{
    top: 10%;
    right: 1%;
    width: 6%;
    height: 80%;
    color: #000000;
    position: absolute;
    opacity: 1;
}

#invisable{
    color: #00000000;
    visibility: hidden;
}