/* CSS Document */
ul{
		pading:5px 0 10px 5px;
	}
ul.allView{
	padding-inline-start:5px;
}


a.ready{
		text-decoration: underline;

		opacity: 1;
		
	}	
	._close{
		display: block;
	}
	
	ul>li{
		pading:5px 0 10px 5px;
		display: block;
	}
	
	ul>li.game{
		pading:5px 0 10px 5px;
		display: block;
	}
	
	ul>li.chant{
		pading:5px 0 10px 5px;
		display: block;
	}
	
	.dochk{
		display: inline-block;
		color:#FF0000;
		
	}

	.dochk.complete{
		display: inline-block;
		color:rgba(0,135,255,1.00);
		font-weight: 600;
		
	}
	.inUL{
		clear:both;
	}


.inBox{
		width:620px;
	font-size: 12px;
		padding:0;
	margin:0;
	}

.inBox.allView{
	width:10.5%;
}

ul>li._ready{
		background-color: #efefef;
	}
ul>li._showChk{
		background-color:rgba(220,255,214,0.50);
		
	}
ul>li._showComplete{
		background-color:rgba(135,170,252,0.50);
		
	}

.tBox{
	width:100%;
	text-align: center;
	padding:7px;
	margin:0px;
	height:70px;
	
}
.totalChk{
	margin-left:100px;
}
a._box{
	display:inline-block;
	border:1px solid #333;
	border-radius: 9px;
	margin:7px;
	padding:5px 5px 5px 5px;
	float:left;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	width:130px;
	font-size:15px;
}
a._box.t2{
	width:130px;
}

a._box.active{
	background-color:rgba(249,214,215,0.50);
	
}

ul.allview{
		pading:2px 0 3px 2px;
	}