body {
	background:#222;	
}

.kb {
	
}

.kb-row {
	
}

.kb .key, .kb .spacer {
	display:inline-block;
	margin:5px;
	padding:0;
	height:80px;
	border-radius:3px;
	line-height:80px;
	vertical-align:top;
}

.kb .key {
	width:44px;
	text-align:center;
	color:white;
	background:rgba(255,255,255,0.3);
	font-family:"Raleway", sans-serif;
	font-size:22px;
	font-weight:700;
}

.kb .key.blocked {
	background:rgba(255,255,255,0.1);
	color:#666;
}

.kb .spacer {
	background:rgba(255,255,255,0.05);
}

	.kb .spacer.half { width:13px; }
	.kb .spacer.full { width:67px; }
	
.inputs {
	margin:0 0 50px 0;
	widtH:600px;
}

.char_block {
	display:inline-block;
	box-sizing:border-box;
	width:60px;
	height:60px;
	margin:2px;
	border-radius:3px;
	background:rgb(20,20,20);
	border:2px solid rgb(20,20,20);
}

	.winners .char_block.green {
		background:#538d4e;
		border-color:#538d4e;
	}
	
	.char_block.red {
		background:#bf3939 !important;
		border-color:#bf3939 !important;
	}
	
	.maybes .char_block.yellow {
		background:#b59f3b;
		border-color:#b59f3b;
	}
	
	.winners .char_block {
		border-color:#2a3e28;		
	}
	
	.maybes .char_block {
		border-color:#3e3615;		
	}

.char_block input {
	font-family:"Raleway", sans-serif;
	font-size:24px;
	color:white;
	background:transparent;
	border:none;
	outline:none;
	text-align:center;
	width:56px;
	line-height:56px;
	padding:0;
	margin:0;
}

.char_block select {
	appearance:none;
	font-family:"Raleway", sans-serif;
	font-size:24px;
	color:white;
	background:transparent;
	border:none;
	outline:none;
	text-align: center;
	width: 56px;
	line-height: 56px;
	text-shadow:2px 2px 0px rgba(0,0,0,0.15);
	padding:0;
	margin:0;
}

.char_block select option {
	background:#333;
	text-align:center;
}

.maybes {
	margin-bottom:10px;
}

.winners {
	margin-bottom:10px;
}

.ideas {
	
}

.word_block {
	box-sizing:border-box;
	display:block;
	height:80px;
	margin:2px;
	border-radius:3px;
	background:rgb(20,20,20);
	padding:0 0 0 34px;
	
}

.word_block input {
	background:transparent;
	font-family:"Raleway", sans-serif;
	font-size:34px;
	border:none;
	outline:none;
	line-height:80px;
	text-transform:uppercase;
	letter-spacing:84px;
	color:white;
}