#ControlSection{
	position: absolute;
	top: 625px;
	left: 25px;
	width: 925px;
	height: 500px;
}

#SystemMessage{
	position: relative;
	left: 25px;
	width: 875px;
	height: 75px;
}

#ControlTable{
	position: relative;
	margin-top: 25px;
	left: 25px;
	width: 875px;
	height: 50px;
}

.InvisibleButton{

}

table {
	margin-top: 25px;
	border-collapse: collapse;
	width: 875px;
	height: 75px;
}

table, th, td {
	border: 2px solid #000000;
}

th {
	text-align: center;
	background-color: lightgray;
}

td {
	text-align: center;
}

input[type="text"] {
  width: 125px;
  text-align: center;
  border: none;
}

input[type="number"] {
  width: 50px;
  text-align: center;
  border: none;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:16px;
  color:#990000;
  width: 50px;
  text-align: center;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}
