#cardResults
{
    position: relative;
    font-size: 3em;
    width: 557px;
    margin: 0 auto;
}

#card
{
    font-size: 1em;
    float:left;
    position: relative;
    height:780px;
    width:557px;
}

#card .gameNum
{
    font-size:.7em;
    position: absolute;
    color: white;
    top:27px;
    right: 35px;
}

#cardMessage
{
    position: relative;
    text-align: center;
    font-size:1.1em;
    font-weight: bold;
}

#cardMessage h3
{
    padding: 1px;
}

#cellwrapper
{
    margin: 222px 0px 0px 0px;
}

.bingoPic
{
    display: none;
    position: fixed;
    z-index: 1;
}

.bingoCol
{
    float:left;
    margin: 0 auto;
}

.bingoRow
{
    margin: 0 0 5px 22px;
    background-color: blue;
}

.bingoFreeCell
{
    font-size:.4em !important;
    line-height: 30px !important;
}

.bingoCell
{
    width: 89px;
    height: 89px;
    font-size:1em;
    text-align: center;
    line-height: 85px;
    position: relative;
    float:left;
    margin:11px 1px 4px 12px;
}

input[type=text]
{
    font-size:1.5em;
    width:100px;
    text-align: center;
}

.chips
{
    position:relative;
    vertical-align: middle;
    font-weight: bold;
    background-image: url("../../images/chip.gif");
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    margin: 15px auto;
    line-height: 53px;
}

.winPath
{
    background-color: #CCC;
}