td.cebucorow {
	
	vertical-align: top;
}

div.provicie {
	display: block;
	position: inline;

	width: 450px;
	
	font-weight: bold;
	color: gray;

	border-top: 1px solid #cccccc;
	padding-top: 10px;
	margin-top: 10px;
}


div.provicie.checked {
	color: black;
}


div.cebuco {
	display: block;
	position: inline;
	
	color: gray;
	font-weight: normal;

	width: 100%;
	margin-left: 20px;
	padding-top: 5px;
	clear: left;

}

div.cebuco.checked {
	color: black;
	font-weight: bold;
}

div.nodaal {
								
	display: block;								
	position: inline;

	color: gray;
	font-weight: normal;
	margin-left: 20px;
	width: 50px;

	float: left;
}

div.nodaal.checked {
	color: black;
	font-weight: bold;
}

