body, html
{
    margin: 0;
    padding: 0;
    font-family: arial;
    background: #000;
}

/* Sets the background image for the wheel */
td.the_wheel
{
    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
{
    cursor: pointer;
}

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