.cell{
	padding: 5px;
	text-align: center;
	cursor: pointer;
}
.cell.container{
	width: calc(100% / 10);
	border: 1px solid #ddd;
	padding: 0;
}
.judul.cell{
	background: #ccc;
}
.cell:hover{
	background: #eee !important;
}

.isi.cell {
	padding: 5px;
	text-align: center;
	cursor: pointer;
}

.w110px {
	width: 110px;
}

.active {
	background: #bbfdbb;
}

.nonactive {
	background: #cbb8b8;
}

.bg-red {
	background: #fd9090 !important;
}