xxxxxxxxxx
38
html, body
{
margin: 0;
padding: 0;
background-color: #1C1C1C;
}
canvas
{
display: block;
}
table.settings
{
color: white;
}
table.settings td
{
vertical-align: top;
height: 0px;
}
table.settings td.align-middle
{
vertical-align: middle;
}
table.settings td button
{
height: 100%;
}
table .console
{
font-family: monospace;
}