.cube_dot {
    display: none;
}
#cube1 div, #cube2 div, #cube3 div {
    border-color: burlywood;
    box-shadow: inset 0 0 30px burlywood;
    background-color: rgba(0,0,0,0);
    background-color: rgba(245,245,245,0.8);
}
.cube_wrap .front, .ball[dice1], [data-type="Dice1"] .center_square {
    background-image: url("dice_1.png");
}
.cube_wrap .left, .ball[dice2], [data-type="Dice2"] .center_square {
    background-image: url("dice_2.png");
}
.cube_wrap .bottom, .ball[dice3], [data-type="Dice3"] .center_square {
    background-image: url("dice_3.png");
}
.cube_wrap .top, .ball[dice4], [data-type="Dice4"] .center_square {
    background-image: url("dice_4.png");
}
.cube_wrap .right, .ball[dice5], [data-type="Dice5"] .center_square {
    background-image: url("dice_5.png");
}
.cube_wrap .back, .ball[dice6], [data-type="Dice6"] .center_square {
    background-image: url("dice_6.png");
}

.ball[dice1], .ball[dice2], .ball[dice3], .ball[dice4], .ball[dice5], .ball[dice6] {
    background-color: rgba(245,245,245,0.8) !important;
    background-size: 140%;
    background-position: center;
}
[data-type] .center_square {
    background-size: 160%;
    background-position: center;
}
.cube_wrap .front, .cube_wrap .left, .cube_wrap .bottom, .cube_wrap .top, .cube_wrap .right, .cube_wrap .back {
    background-size: 100%;
    background-position: center;
}
/* table.provablyfair.day_page_dice tr td {
    background: linear-gradient(90deg,rgba(153, 102, 51, 0.6),rgba(153, 102, 51, 0.7));
    background-color: burlywood;
} */
