.game-rules-tinted-sprite {
    display:inline-block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 1138px 110px;
    background-image: url(game_rules.png);
}

/**
 * IMPORTANT!!!!!
 * We need min-height and min-width because
 * normal width and height can be overridden by layout restriction
 * we need it to be fixed width and height so it can be resized
*/



.game-rules-ic_nav_calender {
    width: 108px;
    min-width: 108px;
    height: 108px;
    min-height: 108px;
    background-position: -1px -1px;
}

.game-rules-ic_nav_return {
    width: 108px;
    min-width: 108px;
    height: 108px;
    min-height: 108px;
    background-position: -111px -1px;
}

.game-rules-ic_nav_sound_on {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
    background-position: -991px -1px;
}

.game-rules-ic_nav_spin_turbo_off {
    width: 108px;
    min-width: 108px;
    height: 108px;
    min-height: 108px;
    background-position: -221px -1px;
}

.game-rules-icon_auto_spin_menu {
    width: 108px;
    min-width: 108px;
    height: 108px;
    min-height: 108px;
    background-position: -331px -1px;
}

.game-rules-icon_bet {
    width: 108px;
    min-width: 108px;
    height: 108px;
    min-height: 108px;
    background-position: -441px -1px;
}

.game-rules-icon_history {
    width: 108px;
    min-width: 108px;
    height: 108px;
    min-height: 108px;
    background-position: -551px -1px;
}

.game-rules-icon_more_menu {
    width: 108px;
    min-width: 108px;
    height: 108px;
    min-height: 108px;
    background-position: -661px -1px;
}

.game-rules-icon_paytable {
    width: 108px;
    min-width: 108px;
    height: 108px;
    min-height: 108px;
    background-position: -771px -1px;
}

.game-rules-icon_rule_book {
    width: 108px;
    min-width: 108px;
    height: 108px;
    min-height: 108px;
    background-position: -881px -1px;
}

.game-rules-menu_close_button {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
    background-position: -1065px -1px;
}


