#counterwrap,
.score
{
    display: none;
}

.game
{
    position: relative;
    background-color: #eee;
    height: 350px;
    border: 1px solid black;
    margin-bottom: 14px;
    overflow: hidden;
    background-image: url(/game/speedtype/back.jpg);
    background-repeat: repeat-x;
}

.sprite
{
    left: 0;
    top: 0;
    font-size: 16px;
    display: none;
    position: absolute;
    width: 150px;
    overflow: hidden;
    font-weight: bold;
}

#debug
{
    color: green;
    font-family: monospace;
}

.sprite,
#guess
{
    font-family: "courier new", courier, monospace;
}

.game,
#guess
{
    width: 320px;
}

#levelHeader,
#level
{
    position: absolute;
    font-family: arial, helvetica, sans-serif;
    top: 60px;
    left: 350px;
    font-size: 200px;
    color: #ddd;
    font-weight: bold;
    width: 330px;
    text-align: center;
    height: 40px;
}

#levelHeader
{
    top: 60px;
    font-size: 25px;
}

.content
{
    height: 400px;
}