body{
	background:url("./img/pokerbg001.jpg");
	background-color:black;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color:white;
	font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
	font-size: 20px;
}

#main_app{
    width:80%;
    height:100%;
    border:0px solid red;
}

#timer{
    border:0px solid yellow;
    height:80%;
}

#token{
    border:0px solid purple;
    height:20%;
}

.fleft
{
	float:left;
}

.fright
{
	float:right;
}

.TitleBlind{
    font-size:1.8em;
    font-weight:bold;
}

.blind{
    font-size:3em;
    font-weight:bold;
}

.TitleBlind.ralign{
    text-align:right;
}
.blind.ralign{
    text-align:right;
}

.TitleBlind.calign{
    text-align:center;
}

.blind.calign{
    text-align:center;
}

#tokenTable {
    width:100%;
}

#tokenTable td 
{
    text-align:center; 
    vertical-align:middle;
}

#tokenTable .token {
    float:left;
    margin:0 15px;
    width:100px;
    height:100px;
}

#tokenTable .tokenValue{
    font-size:25px;
    font-weight:bold;
}

#tokenTable img{
    width:100px;
    height:100px;
}

