body {
    background-color: #123456;
    justify-content: center;
    display: flex;
}

@font-face {
    font-family: "terminal";
    src: url("WebPlus_IBM_VGA_9x16.woff") format('woff');
}

.bezel {
    background-color: #C9C7AF;
    height:440px;
    width:760px;
    position: relative;
    padding: 40px;
    border-radius: 25px;
}

.overscan {
    background-color: #161B1E;
    height:400px;
    width:720px;
    position: relative;
    padding: 20px;
    border-radius: 15px;
}


.tight {
        margin: 0;
        padding: 0;
        border: none;
        outline: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        resize: none;
}

.terminal {
        font-family: "terminal";
        background-color: #161B1E;
        color:#ccc;
        width:720px;
        height:400px;
        overflow-y:none;
        word-break: break-all;
        line-height: 1;
}
.chatarea {
        font-family: "terminal";
        word-break: break-all;
        overflow-wrap: anywhere;

        height:336px;
        width: 720px;
        overflow-y:auto;
        font-family: "terminal";
        word-break: break-all;
}
.typeahead {
        display: block;
        background-color: #161B1E;
        font-family: "terminal";
        height:64px;
        width: 720px;
        color:#ccc;
        box-sizing: border-box;
        overflow-y:auto;
        overflow-x: wrap;
}

#power {
    background-color: #C9C7AF;
    float: right;
    width: 32px;
    height: 32px;
    border: 1px solid #797769;
    margin: 4px;
    align: center;
    vertical-align: middle;
    color: #A19F8C;
    border-radius: 5px;
}
