/*
Description:
    Contains all the styles for the winning wheel page.
    
Verison History:
    2012-01-28, Douglas McKechie
    - Created based off earlier version.
    
    2015-09-26, Douglas McKechie
    - Minor updates for the 2.0 winwheel example.
*/

/* Sets the background image for the wheel */
td.the_wheel
{
    background-image: url(/public/assets/images/wheel/wheel_back.png);
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: 345px 427px;
}