@import url("/Assets/CSS/Chatranjali.css");

page.text {
	color: #FFFFFF;
}
page.dark {
	color: #222222;
}
page.lite {
	color: #555555;
}

#Lotus {
	display: block;
	margin: auto;
	height: 60vh;
}

#Chakras td {
	text-align: center;
	vertical-align: middle;
}
	#Chakras td:nth-child(2), #Chakras th:nth-child(3) {
		font-style: italic;
	}
	#Chakras td:nth-child(3) {
		font-size: 2rem;
		line-height: 1;
	}
	#Chakras a:hover {
		opacity: 0.2;
	}
	#Chakras img {
		height: 1.8rem;
		margin: 0;
	}

#Chakras tr:nth-child(1) td:last-child a {
	color: #7E2A77 !important;
}
#Chakras tr:nth-child(2) td:last-child a {
	color: #503A8D !important;
}
#Chakras tr:nth-child(3) td:last-child a {
	color: #0882C5 !important;
}
#Chakras tr:nth-child(4) td:last-child a {
	color: #5DAA42 !important;
}
#Chakras tr:nth-child(5) td:last-child a {
	color: #FED01A !important;
}
#Chakras tr:nth-child(6) td:last-child a {
	color: #F18516 !important;
}
#Chakras tr:nth-child(7) td:last-child a {
	color: #AF1723 !important;
}

#Poses {
	margin: 3rem 0;
	text-align: center;
}
	#Poses::before {
		margin: 0 0 0.5rem -1rem;
		content: "Posture(s)";
		font-size: 1.8rem;
		font-weight: bold;
		float: left;
	}
	#Poses p, #Poses ol, #Poses ul {
		text-align: left;
		clear: both;
	}
	#Poses img {
		margin: 1rem 2rem;
		height: 30vh;
	}

.notes td {
	vertical-align: top;
}
table.notes td:nth-child(3) {
	padding: 0 0 0 0;
	text-align: center;
}
.notes td:last-of-type img {
	display: block;
	margin: 0 auto;
}