@import url("/Assets/CSS/Exercise.css");

#Sources img:last-child {
	width: 15vw;
}

input {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 0.2rem;
	border: none;
	width: 4.5rem;
	height: 1.6rem;
	font-size: 0.9rem;
	color: white;
	text-align: center;
	vertical-align: middle;
	transition: all 1s;
}

#Words {
	border-collapse: separate;
	border-spacing: 0.4rem;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 0.2rem;
	cursor: move;
}
	#Words td {
		width: 4rem;
		height: 1.6rem;
		background: black;
		border-radius: 0.2rem;
		margin: 0.2rem;
		padding: 0.2rem;
		text-align: center;
		vertical-align: middle;
		color: white;
		cursor: pointer;
	}
	#Words td[rowspan], #Words td[colspan] {
		width: 2rem;
		font-size: 1.5rem;
		background: none;
	}