body, html {
	background: none;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
}
body {
	vertical-align: middle;
}
* {
	box-sizing: border-box;
}


input, button {
	outline: none;
}
button, #target, .title {
	box-shadow: 0 1px 5px rgba(0,0,0,0.15);
}

button, #target {
	text-shadow: 0 1px 1px white;
}

.hanzi_target {
	vertical-align: middle;
}

.title {
	color: white;
	background: none;
	text-shadow: 0 0 15px #4B89DB;
}

#target {
    background: none;
	clear: both;
}



.char-form button {
	line-height: 14px;
	display: inline-block;
	vertical-align: top;
}

.char-input {
	font-size: 16px;
	width: 33px;
	text-align: center;
}

button {
	background: none;
	border: 1px solid #444;
	color: #444;
	cursor: pointer;
	transition: all 300ms;
}

button:hover {
	color: #1e6cd2;
	border: 1px solid #1e6cd2;
	box-shadow: none;
}