@import url("/Assets/CSS/Chatranjali.css");

body {
	background: url("/English/GirishKarnad/Theatre/Flowers/Hampi.jpg") center fixed;
	background-size: cover;
}

	body.zenMode table {
		background: none;
	}

page.text {
	color: #000000;
}
page.dark {
	color: #553A29;
}
page.lite {
	color: #986240;
}

table {
	background: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(5px);
	border-radius: 0.5rem;
}
	td {
		padding: 0.2rem 2rem;
		text-align: justify;
		text-indent: 2rem;
	}
	th {
		padding: 2rem;
	}

.notes td {
	padding: 0.1rem 0.5rem;
	text-indent: 0;
}