body
{
    font-family: arial;
}

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

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

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

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

.clickable:active
{
	opacity: 0.4;
}

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