body
{
    font-family: arial;
}

/* Sets the background image for the wheel */
.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;
}

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