/* Sets the background image for the wheel */
td.the_wheel
{
  /* background-image: url('../img/wheel-back-2.png'); */
  background-image: url('../img/wheels-frame-2.png');
  background-position: top center;
  background-repeat: no-repeat;
  width: 430px;
  height: 430px;
}

/* Do some css reset on selected elements */

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


/* width="430" height="430"  */


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  
  td.the_wheel
  {
    /* background-image: url('../img/wheel-back-mobile.png'); */
    background-image: url('../img/wheel-back-mobile-2.png');
    background-position: top center;
    background-repeat: no-repeat;
    width: 200px !important;
    height: 200px !important;
  }


} 