body
{
    font-family: arial;
    /*background: url(../images/bg-zqq.webp) top no-repeat;*/
    background: url(../images/bg.jpg) top no-repeat;
    background-color: #0b0914;
    background-size: cover;
}

/* Sets the background image for the wheel */
td.the_wheel
{
    background: url(../images/wheelback-zqq.webp) center no-repeat;
    /* background-position: -3px 43px; */

    /* background-position: 0px 72px; */
    background-size: 100%;
}

/* Do some css reset on selected elements */
h1, p
{
    margin: 0;
}

span {
    text-shadow: 0 0 30px #000;
    font-size: 28;
}

div.power_controls
{
    /* margin-right:70px; */
    margin: auto;
    padding: 5px 0;
    cursor: pointer;
}

div.html5_logo
{
    margin-left:70px;
}

table{
    margin-top: -50px;
    margin-bottom: 50px;
}

/* Styles for the power selection controls */
table.power
{
    background-color: #cccccc;
    cursor: pointer;
    border:1px solid #333333;
}

table.power th
{
    background-color: white;
    cursor: default;
}

td.pw1
{
    background-color: #6fe8f0;
}

td.pw2
{
    background-color: #86ef6f;
}

td.pw3
{
    background-color: #ef6f6f;
}

/* Style applied to the spin button once a power has been selected */
.clickable
{
    cursor: pointer;
}

/* Other misc styles */
.margin_bottom
{
    margin-bottom: 5px;
}

input{
    color: #fff;
    background: #470a30;
    width:349px;
    border-radius: 20px;
    border: 2px solid #ae0aa0;
    text-align: center;
    padding:15px;
    margin-top:10px;
    font-size:20px;
}