@media screen and (max-width: 360px) {
	#input0 {
		font-size: 70pt;
		height: 135px;
	}
	.inputs {
		font-size: 30pt;
		height: 60px;
	}
}
@media screen and (min-width: 361px) and (max-width: 767px) {
	#input0 {
		font-size: 110pt;
		height: 210px;
	}
	.inputs {
		font-size: 55pt;
		height: 110px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
	#input0 {
		font-size: 110pt;
		height: 210px;
	}
	.inputs {
		font-size: 55pt;
		height: 110px;
	}
}

@media screen and (min-width: 1001px) {
	#input0 {
		font-size: 140pt;
		height: 270px;
	}
	.inputs {
		font-size: 75pt;
		height: 150px;
	}
}

table#fontLayout {
	margin: 6px 0;
}

#fontLayout th {
	width: 45px;
}
td {
	text-align: center;
}

input {
	padding: 0px;
}

#layout td {
	width: 50%;
}
