.button_load_dice {
    background-image: url('/static/images/dice-game.gif');
    background-repeat: no-repeat;
    background-size: 36px;
    background-position-x: 136px;
    background-position-y: 1px;
    cursor: default;
}

#claim_bonus_btn:hover {
    cursor: pointer;
}

.bonuspage table
{
    width: 100%;
    text-align: right;
    border: 2px solid black;
    border-spacing:0;
    border-collapse:collapse;
}
.bonuspage table td, .bonuspage table th
{
    padding: 5px;
}
.bonuspage table .header
{
    background: #ffcccc;
}
.bonuspage table .sub
{
    text-align: left;
    font-weight: bold;
}
.bonuspage table td, .bonuspage table th
{
    border: solid #888888 1px;
}

.bonuspage table .sub td
{
    padding-top: 10px;
}
.bonuspage table .disabled
{
    background: #dddddd;
}
.bonuspage table .even
{
    background: #ffffff;
}
.bonuspage table .odd
{
    background: #ffffff;
}
.bonuspage table .left_header
{
    text-align: left;
    background: #ccccff;
    width: 50%;
}
.bonuspage .hidden {
    display: none;
}

.bonuspage .error {
    color: #af0000;
}