.frame {
    justify-content: center;
    display: flex;
}

.base_bezel {
    background-color: #C9C7AF;
    position: relative;
    padding: 40px;
    border-radius: 25px;
}

.base_overscan {
    background-color: #161B1E;
    position: relative;
    padding: 20px;
    border-radius: 15px;
}

.base_terminal {
    background-color: #161B1E;
    color:#ccc;
    overflow-y:none;
    word-break: break-all;
    line-height: 1;
}

.base_chatarea {
    background-color: #161B1E;
    color:#ccc;
    word-break: break-all;
    overflow-wrap: anywhere;
    overflow-y:auto;
}

.base_typeahead {
    display: block;
    background-color: #161B1E;
    color:#ccc;
    box-sizing: border-box;
    overflow-y:auto;
    overflow-x: wrap;
}

body {
    background-color: #123456;
}

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

#power {
    float: right;
}

#mode {
    float: left;
}

button {
    background-color: #C9C7AF;
    width: 2em;
    height: 2em;
    border: 1px solid #797769;
    margin: 0.25em;
    align: center;
    vertical-align: middle;
    color: #A19F8C;
    border-radius: 5px;
}
