@import url("/Assets/CSS/Exercise.css");

#Sources a img:last-child {
	width: 12vw;
}

.verb {
	color: #4CAF50;
}
.subject {
	color: #8E560E;
}

table {
	margin: auto;
}
	table th {
		font-size: 1.5rem;
	}
	table td {
		padding: 0;
	}

table[id^="Exercise"] span:not(.subject) {
	cursor: pointer;
	transition: all 1s;
}
	table[id^="Exercise"] span:not(.subject, .god):hover {
		color: #666666;
	}