html,
body {
	height: 100%;	
}

#d_back {
	position: absolute;	
	width: 600px;
	height: 600px;
	background-color: #ffffff; /* #ffeedd */
	z-index: 1;
}

#d1 { /* chracter location , include mainCanvas */
	position: absolute;
	width: 400px;
	height: 500px;
	top: 100px;
	left: 0px;		
	z-index: 2;
}

#d2 { /* result list location , include table */
	position: absolute;
	width: 190px;
	height: 490px;
	top: 105px;
	left: 405px;
	font-size: 30px;
	font-family: 'Baloo Bhaijaan';					 				
	z-index: 4;
}

#d2_back { /* result list background, include listCanvas */
	position: absolute;
	width: 200px;
	height: 500px;
	top: 100px;
	left: 400px;		
	z-index: 3;
}

#d3 { /* play & pause button, include button */
	position: absolute;
	top: 540px;
	left: 10px;
	z-index: 6;
}

#d4 { /* upper bar location, include upperCanvas */
	position: absolute;
	width: 600px;
	height: 100px;
	top: 0px;
	left: 0px;	
	z-index: 3;	
}

#d5 { /* total line location, include lineCanvas */
	position: absolute;
	width: 600px;
	height: 600px;
	top: 0px;
	left: 0px;
	z-index: 3;	
}

.table {	
	display: block;		
	width: 190px;		
	overflow: hidden;	
}



.table tbody::-webkit-scrollbar{ /*hidden scroll bar - chrome & safari*/
	display: none;
}

.table tbody {
	display: block;
	height: 490px;
	overflow-y: auto;
	-ms-overflow-style: none; /*hidden scroll bar - explorer*/	
}

.table tr {	
			
}

.table td{			
	width: 95px;	
	margin-top: 100px;
	text-align: center;
	vertical-align: top;				
}

.table th{
	width: 100px;
	text-align: center;			
}

/* use this to modify each <td> !
#td_GameRound {
	display: block;
	width: 95px;		
	height: 50px;			
}

#td_img {
	display: block;
	width: 95px;	
	height: 50px;	
	margin-left: 95px;
	margin-top: -50px;
}*/
