@import url("/Assets/CSS/Exercise.css");

[id^="Exercise"] tr:hover {
	background-color: rgba(255, 255, 255, 0.1);
}
	[id^="Exercise"] th {
		padding: 0 2rem;
	}
	[id^="Exercise"] td {
		padding-left: 3rem;
	}
		[id^="Exercise"] td:first-child, [id^="Exercise"] td:last-child {
			text-align: center;
			padding-left: 0;
		}

input[type="radio"] {
	margin-right: 0.3rem;
	width: 0.6rem;
	height: 0.6rem;
	cursor: pointer;
}
	input[type="radio"]:checked {
		background-color: #954A8B;
	}