body {
	background-color: #F9F4E9;
}

table {
	background-color: rgb(108, 150, 73);
}

td {
	min-width: 174px;
}

tr {
	height: 50px;
}

input {
	width: 132px;
	height: 27px;
	margin: 6px;
	text-align: center;
	border-style: none;
	font: bold 17px sans-serif;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Chrome, Safari, Edge, Opera  */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

label {
	position: relative;
	left: -145px;
	top: -9px;
	color: gray;
	font-size: small;
}

button {
	width: 130px;
	height: 27px;
	margin-left: 4px;
	border: 1px solid black;
	box-sizing: content-box;
	font: bold 17px sans-serif;
	cursor: pointer;
	background: lightgray;
}

button:hover {
         background: lightblue !important;
		 /* background: #ffff80 !important; */
    }