/*
 * Shared styles across multiple pages.
 * These were not in the original site ofc.
 */

/* Disable broken/missing links. */
.home, .gamesPage, .profile, .friends, .shop, .missions, .community, .help, .button_small_grey_help,
.tetris_authentic_logo, .tetris_bottom_nav ul li a, .button_small_grey_sharethisgame, .button_small_grey_sharethissite,
.game_results_contestant {
  pointer-events: none;
}
