* 
{
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
padding: 0;
margin :0;
font-family: "Fixedsys", Courier, monospace;
font-size: 4vw;
line-height: 4vw;
}

html, body, .wrapper
{
-webkit-touch-callout: none;
-webkit-user-select: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
background-color: black;
color: white;
min-width: 0px;
height:100%;

}

table,th,td
{
border:1px solid white;
}
table
{
height:100%;
width:100%;
border-collapse:collapse;
}

log
{
border:1px solid white;
overflow-y:scroll;
overflow-x:hidden;
position:fixed;
top:10%;
width:33%; 
height:70%;
font-size: 2vw;
line-height: 2vw;
}

newtext
{
border:1px solid white;
overflow-x:auto;
overflow-y:hidden;
white-space: nowrap;
position:fixed;
top:80%;
width:100%;
height:10%;

}

