body
{
    font-family: arial;
    padding: 10px;
    -background-color: #aaaaaa;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Sets the background image for the wheel */
td.the_wheel
{
    background-image: url(./wheel_back.png);
    background-position: center;
    background-repeat: no-repeat;
}

/* Do some css reset on selected elements */
h1, p
{
    margin: 0;
}

div.html5_logo
{
    margin-left:70px;
}

#message
{
	font-size: 24;
	height: 24px;
}

#todo
{
	font-weight: bold;
}

div.button 
{
	background-color: #cccccc;
	cursor: pointer;
	display: inline-block;
	padding: 10px;
	border:1px solid #333333;
	text-align: center;
}

table.wall
{
	box-shadow: 0 0 1em orange;
}

table.wall td
{
	width: 40px;
	height:40px;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
}

table.letters td
{
	width: 40px;
	height:40px;
	text-align: center;
	background-color: #cccccc;
	cursor: pointer;
}

table.result td
{
	padding: 10px;
	text-align: center;
	border:1px solid #333333;	
	width: 85px;
}

table.result .static
{
	background-color: #cccccc;
	font-weight: bold;
}

#fullscreenButton
{
	position:absolute;
	top: 20px;
	right: 20px;
}

/* Style applied to the spin button once a power has been selected */
.clickable
{
    cursor: pointer;
}

/* Other misc styles */
.margin_bottom
{
    margin-bottom: 5px;
}