@charset "utf-8";
/*
 * Official game result page styles.
 *
 * Verbatim port of bd_gr_inline_css() from php/game_result_common.php, which
 * the three PHP result pages emitted inline. These rules are not in
 * baseballdream.css; everything else the result pages use is. Keep this file
 * in step with that function rather than adding to it.
 */
.game_results_score_table td,
.game_results_score_table th { text-align:center; padding:4px 3px; }
.game_results_score_table .team { text-align:left; }
.bd_result_note { text-align:center; padding:8px; }
.bd_delta_arrow_pos { color:#259b24; font-weight:bold; }
.bd_delta_arrow_neg { color:#cc3333; font-weight:bold; }
.bd_potential_stars img { vertical-align:middle; margin:0 1px; }
.game_pbp_table td,
.game_pbp_table th,
.team_table td,
.team_table th { text-align:left; }
.game_pbp_table .num,
.game_results_score_table .num { text-align:center; }
.bd_team_color_th { color:#fff !important; }
.bd_ads_footer_320x50 { width:320px; min-height:50px; margin:12px auto 90px auto; text-align:center; clear:both; }
