/* Sets the background image for the wheel */
td.the_wheel
{
    background-image: url(img/wheel_back.png);
    background-position: 8px 3px;
    background-repeat: no-repeat;
    background-size: 425px;
}
.radposclass{
    position: relative;
    left: -150px;
    top: 30px;
    transition: 2s all;
}
.radleft{
    left:-520px;
}
.mobile-canvas{
    top: -88px;
    left: 4px;
    position: relative;
}
.pointer{
    z-index: 9999;
    position: relative;
    right: -4px;
}
.left150{
    left: -150px;
}
@media(max-width: 992px){
    td.the_wheel{
        background-position: 12px 5px;
        background-size: 420px;
    }
    .radposclass{
        left: 0;
    }
    .radleft{
        left:0px;
    }
    .left150{
        left:0px;
    }
}

@media(max-width: 767px){
    td.the_wheel{   
        background-image: url(img/wheel_back.png);
        background-position: 9px 4px;
        background-repeat: no-repeat;
        background-size: 290px;
        width: 300px!important;
        height: 357px!important;
    }
    .mobile-canvas{
        width: 300px!important;
        height: 300px!important;
        top: -54px;
        left: 4px;
    }
    .pointer{
        width: 40px;
    }
}

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

div.power_controls
{
    margin-right:70px;
}

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

/* 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;
}