body
{
}

#firstPlaceDiv dl
{
	display: inline;
}

dl
{
	vertical-align: top;
}

dl.highscore
{
	display: inline-block;
	width: 32%;
}

dt, dd
{
	display: inline-block;
	clear: left;
	background: transparent;
	margin: auto;
}

dd
{
	margin-left: 18px;
	font-style: italic;
}

#scorePane dt
{
    font-weight: bold;
    margin-left: 1em;
}

h1, h2, h3, h4, h5, h6
{
    line-height: normal;
}

div.ui-footer h4, div.ui-header h1
{
    color: #FFF;
}

#scorePane dt
{
	width: 40px;
}

#scorePane dd
{
	text-align: right;
	width: 25px;
}

#canvasPane
{
	display: inline-block;
	
	border-style: solid;
	border-color: #F58400;
	border-width: 5px;
	border-radius: 4px;
	
	height: 400px;
}

#pauseBut
{
	display: none;
}

#playPane
{
	margin-top: 50px;
	
	margin-left: auto;
	margin-right: auto;
	
	margin-bottom: 20px;
	
	width: 800px;
}

#scorePane
{
	display: inline-block;
	vertical-align: top;
}

#buttonBar
{
	margin-top: 5px;
}

#consoleInfo
{
    display: none;
}

body
{
    font-size: 100%;
}