@import url("/Assets/CSS/Chatranjali.css");

body {
	background: url("/India/WorldMap.jpg") center fixed;
	background-size: cover;
}
	body::before {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		content: "";
		background: rgba(0, 0, 0, 0.7);
		z-index: -1;
}

page.text {
	color: #FFFFFF;
}
page.dark {
	color: #AB5F14;
}
page.lite {
	color: #D7B288;
}

#Census tbody tr:hover {
	background-color: rgba(255, 255, 255, 0.1);
}
#Census th {
	font-size: 1.2rem;
	font-weight: bold;
}
	#Census tr:nth-child(1) th {
		padding-bottom: 0;
	}
	#Census tr:nth-child(2) th {
		padding-top: 0;
	}
	#Census tr:nth-child(1) td {
		font-size: 1.1rem;
		font-weight: bold;
	}
#Census td {
	text-align: right;
}
	#Census td:nth-child(1) {
		text-align: left;
	}
	#Census td:nth-child(6) {
		text-align: center;
	}
	#Census td:nth-child(8) {
		padding-right: 1rem;
	}
	#Census td:nth-child(9) {
		padding-right: 2rem;
	}