@charset "UTF-8";

#game_block {
    z-index: 0;
}

.game_bottom_block_off {
    z-index: -100;
}

.game_bottom_block_on {
    z-index: 700;
}

#orientation_warning {
    z-index: 800;
}

#menu_block {
    z-index: 900;
}

#result_dialog {
    z-index: 1000;
}

#in_game_frame {
    z-index: 1100;
}

