#int_bingo{
    font-family:futura,arial;
    position:relative;
}
#card{
    width:568px;
    height:679px;
    position:relative;
}
#cardBack{
    position:absolute;
    top:0px;
    left:0px;
    z-index:1;
}
#bingo{
    position:absolute;
    top:140px;
    z-index:2;
    left:44px;
}
#bingo td{
    width:95px;
    height:95px;
    overflow:hidden;
    cursor:pointer;
    padding:0px;    
}
#bingo td img{
    float:right;
    width:95px;
    height:95px;
}
#bingo td:hover{
    opacity:.4;
    filter: alpha(opacity=40);
}
#bingo td.selected{
    opacity:.5;
    filter: alpha(opacity=50);
}
#bingo td p{
    text-align:center;
    position:absolute;
    bottom:0px;
    width:100%;
    margin:0px;

}
.title{
    text-align:center;
    margin-top:0px;
    margin-bottom:15px;
}
    .title_anderson{
        font-size:20px;
        margin-top:0px;
        margin-bottom:0px;
    }
    .title_bingo{
        margin-top:10px;
        margin-bottom:20px;
        text-shadow: 2px 2px black;
        color:#C30000;
        font-size:70px;
        line-height:50px;
        letter-spacing:57px;
        margin-left:-75px;
    }
#bingoReveal{
    position:absolute;
    top:580px;
    width:530px;
    margin-left:10px;
    left:0px;
    text-align:center;
    background-color:#C30000;
    color:white;
    display:none;
    z-index:3000;
    padding:10px;
}
#bingoReveal p{
    margin-top:0px;
}
.ex{
    text-align:center;
    width:93px;
    height:93px;
    color:red;
    position:absolute;
    background:url(http://img.slate.com/features/2012/bingo/bingoChip.png) center no-repeat;
    z-index:2000;
}
.reshuffle{
    position:absolute;
    width:150px;
    height:20px;
    bottom:31px;
    left:130px;
    opacity:0;
    filter: alpha(opacity=0);
    cursor:pointer;
    background-color:white;
    z-index:2;
}
.btn_print{
    position:absolute;
    position:absolute;
    width:170px;
    height:20px;
    bottom:31px;
    left:290px;
    opacity:0;
    filter: alpha(opacity=0);
    cursor:pointer;
    background-color:white;
    z-index:2;
}
.btn_print:hover, .reshuffle:hover{
    opacity:.5;
    filter: alpha(opacity=50);
}
.reshuffleBtn{
    cursor:pointer;
    color:yellow;
}
