body {
    background: #335;
    font-family: Arial;
    color: #ccc;
}

#c {
    width: 600px;
    height: 400px;
    border: 1px solid white;
}

canvas {
    width: 100%;
    height: 100%;
}

#stats {
    position: absolute;
    left: 500px;
    top: 15px;
    color: white;
    z-index: 100;
    font-family: Courier;
}

#multiplayer {
    position: absolute;
    left: 620px;
    top: 10px;
    padding: 15px;
    border-radius: 10px;
    background: #557;
}

#players {
    display: none;
    position: absolute;
    left: 620px;
    top: 120px;
    background: #557;
    border-radius: 10px 10px 0px 0px;
    margin: 0px;
    padding: 0px;
    width: 150px;
    text-align: center;
}

#players li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    background: #448;
    border-top: 1px solid #225;
}

#footer {
}

#chat {
    display: none;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 100;
    font-family: Courier;
    margin: 0px;
    padding: 0px;
    width: 400px;
}

#history {
    margin: 0px;
    padding: 0px;
    height: 100px;
    border: 1px solid #aaa;
    overflow-y: auto;
    overflow-x: clip;
    font-size: 10pt;
    background: #000;
    background-color: rgba(0,0,0,0.2);
}

#history li {
    list-style: none;
    color: white;
}

#chatmsg {
    margin: 0px;
    padding: 0px;
    width: 100%;
    background: #111;
    opacity: 1.0;
    color: white;
    font-size: 10pt;
    border: 1px solid #999;
}

#chatmsg:focus {
    border: 1px solid #ccc;
}
