.credits_count {
    font-weight: bold;
    font-size: 14px;
}
.competitionRanking th {
    text-align: center;
}
.competitionRanking tr {
    border: 1px solid #ccc;
}
.competitionRanking td {
    text-align: center;
    vertical-align: middle;
}
td.kickoff {
    width: 120px;
}
td.league {
    width: 250px;
}
td.pick {
    width: 160px;
}
.redeem_zone {
    background-color: #dfd;
}
.redeem_zone a {
    font-weight: bold;
    font-size: 16px;
    color: #000;
}
.scheck_area {
    width: 100px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}
.bet_status_td {
    font-weight: bold;
}
.td-status-win {
    background-color: #0f0;
    color: #fff;
}
.td-status-lose {
    background-color: #f00;
    color: #fff;
}
.td-status-draw {
    background-color: #ddd;
}
