#Slider {
	width: 20vw;
	margin: 5vh auto;
	text-align: center;
}
#Handle {
	font-size: 0.8rem;
	width: 1.4rem;
	height: 1.4rem;
	top: 55%;
	margin-top: -0.7rem;
	border-radius: 50%;
	text-align: center;
	line-height: 1.4rem;
}

#Consonants tr, #Consonants td {
	width: 2rem;
	height: 2rem;
	background: #FFF;
	border: 1px solid #000;
	vertical-align: middle;
	text-align: center;
	font-size: 1.5rem;
	overflow: hidden;
}
	#Consonants tr:nth-child(6) td:last-child, #Consonants tr:nth-child(7) td:last-child {
		visibility: hidden;
	}

#ToSort {
	display: block;
	clear: both;
	position: relative;
	width: 60vw;
	margin: 10vh auto;
	text-align: center;
}
	#ToSort span {
		z-index: 5;
		width: 2rem;
		height: 2rem;
		float: left;
		margin: 1vh;
		overflow: hidden;
		background: #000;
		text-align: center;
		font-size: 1.5rem;
		color: #FFF;
	}
.dragItem {
	cursor: pointer;
}