.game-rules-tinted-sprite {
    display:inline-block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 422px 502px;
    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-btn_add {
    width: 108px;
    min-width: 108px;
    height: 108px;
    min-height: 108px;
    background-position: -1px -1px;
}

.game-rules-btn_close {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
    background-position: -331px -167px;
}

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

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

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

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

.game-rules-ic_chip {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
    background-position: -331px -229px;
}

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

.game-rules-ic_coupon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
    background-position: -331px -291px;
}

.game-rules-ic_free_game {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
    background-position: -331px -353px;
}

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

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

.game-rules-ic_nav_maxbet {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
    background-position: -331px -415px;
}

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

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

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

.game-rules-ic_sound {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
    background-position: -63px -441px;
}

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

.game-rules-ic_spin {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
    background-position: -125px -441px;
}

.game-rules-ic_wallet_open {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
    background-position: -187px -441px;
}

.game-rules-ic_win {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
    background-position: -249px -441px;
}

.game-rules-menu_close_button {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
    background-position: -331px -93px;
}
/* add left: 0 manually */
.game-rules-txt_auto {
    width: 108px;
    min-width: 108px;
    height: 108px;
    min-height: 108px;
    left: 0;
    position: absolute;
    background-position: -221px -221px;
}
/* add left: 0 manually */
.game-rules-txt_turbo_on {
    width: 108px;
    min-width: 108px;
    height: 108px;
    min-height: 108px;
    left: 0;
    position: absolute;
    background-position: -221px -331px;
}
