table#charInfo {
	font-size: 15px;
	vertical-align: top;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
table#charInfo th {
	color: #fff;
	background: #258;
	background: linear-gradient(rgba(34, 85, 136, 0.75), rgb(34, 85, 136) 50%);
}
table#charInfo td, table#charInfo th {
	padding: 2px 4px;
	border: 1px solid #8be;
	text-align: left;
}

table#charInfo tr th:nth-of-type(2), table#charInfo tr th:nth-of-type(4), table#charInfo tr th:nth-of-type(5) {
	font-size: 14px;
}
table#charInfo td:nth-of-type(1) {
	font-size: 20px;
	text-align: center;
}
table#charInfo tr td:nth-of-type(2), table#charInfo tr td:nth-of-type(3) {
	font-size: 14px;
}
table#charInfo tr td:nth-of-type(4), table#charInfo tr td:nth-of-type(5) {
	font-family: "Courier New", Consolas, monospace;
	text-align: center;
}

table#charInfo th:nth-of-type(1),
table#charInfo td:nth-of-type(1) {
	min-width: 50px;
}
table#charInfo th:nth-of-type(2),
table#charInfo td:nth-of-type(2) {
	min-width: 50px;
}
table#charInfo th:nth-of-type(3),
table#charInfo td:nth-of-type(3) {
	min-width: 90px;
}
table#charInfo th:nth-of-type(4),
table#charInfo td:nth-of-type(4) {
	min-width: 70px;
}

#input {
	font-size: 28px;
	font-family: "Yu Gothic UI";
	min-width: 300px;
	height: 120px;
}
