.body_bets table { width: 100%; border-spacing: 0; }
.body_bets th { background: #333; font-weight: bold; text-align: center; padding: 3px; }
.body_bets td { padding: 3px; }
.body_bets td a { text-decoration: none; }
.body_bets td a:hover { text-decoration: underline; }
.body_bets .odd { background: #222; }
.body_bets td.room { background: #fff; }
.body_bets .bet { width: 90px; text-align: center; }
.body_bets div { padding: 10px; }
.body_bets div p { margin: 5px 0; }

