TABLE.bet
{
    margin-bottom: 1em;
    display: none;
    border-bottom: 1px #ccc solid;
    width: 100%;
    border-collapse: collapse;
}

TABLE.bet h3
{
    background: #304507;
    color: white;
    text-align: center;
    line-height: 2em;
    font-size: 10pt;
    margin: 0;
    padding: 0;
    border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
}

TABLE.bet .bookmaker IMG
{
    display: block;
}

TABLE.bet TD
{
    padding: 2px;
    text-align: center;
    border-bottom: 1px #ccc solid;
}

TABLE.bet TD.outcome
{
    text-align: left;
}

TABLE.bet A
{
    padding: 0 !important;
    background: transparent !important;
}

TABLE.bet BUTTON
{
    padding: 2px 1em 4px 1em;
}

TABLE.bet TD.bookmaker,
TABLE.bet TD.price
{
    width: 39px;
}

TABLE.bet TD.bet_link
{
    width: 80px;
}
