#credits, 
#bottom-ui-label {
	opacity: 0;
}

#letterTumblers #tumblers-container {
	margin: 0 auto;
	height: 490px;
	border: 5px solid rgba(255,255,255,1);
	border-radius: 20px;
	background: rgba(0,0,0,0);
}

#letterTumblers #tumblers-container .tumblers-buttons .tumblers-button {
	margin: 13px 16px;
}

#tumblers-up-bottons {
	border-bottom: 5px solid white;
	background: rgba(0,0,0,0.5);
	border-radius: 14px 14px 0 0;
}

#tumblers-down-bottons {
	border-top: 5px solid white;
	background: rgba(0,0,0,0.5);
	border-radius: 0 0 14px 14px;
}

#letterTumblers #tumblers-container #tumblers-area {
	height: 365px;
	overflow: hidden;
}

#letterTumblers #tumblers-container #tumblers-area .tumblers-column .tumbler-column-item {
	height: 97px;
	background: #c7c7c7;
	border: 2px solid #fff;
	color: #000;
	transition: height .3s,color .3s,background .3s;
}

#letterTumblers #tumblers-container #tumblers-area .tumblers-column .tumbler-column-item.active {
	height: 170px;
	background: #e2e2e2;
}

#gameScreen #gameCheckButton {
	opacity: 0;
	position: absolute;
	top: 586px;
	background: #fff;
	color: #333;
	font-size: 33px;
	border: 0 solid #fff;
	border-radius: 40px;
	margin-bottom: 48px;
	padding: 12px 87px 12px 50px;
	line-height: 1;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

#feedback {
	top: 589px;
}

#audio-button-container {
	position: absolute;
	left: 28px;
}

#audio-button {
	margin: 0;
}