	table
			{
			  width: 20vw;
			  height: 20vh;
			  position: absolute;
			  top: 25vh;
			  left: 25vw;
			}

			td
			{
			  border: 1px solid #0093ff;
			  -webkit-touch-callout: none; /* iOS Safari */
				-webkit-user-select: none; /* Safari */
				 -khtml-user-select: none; /* Konqueror HTML */
				   -moz-user-select: none; /* Old versions of Firefox */
					-ms-user-select: none; /* Internet Explorer/Edge */
						user-select: none;
			}

			.buttonpredict{
			  background-color: green;
			  color: black;
			  height: 30px;
			  border: 2px solid #00AF00;
			  position: fixed;
			  top: 10px;
			  left: 10px;
			}	

			.buttontrain{
			  background-color: black;
			  color: red;
			  height: 30px;
			  border: 2px solid #00000;
			  position: fixed;
			  top: 50px;
			  left: 10px;
			}	

			.training_value
			{
			  background-color: black;
			  color: white;
			  height: 30px;
			  border: 2px solid #00000;
			  position: fixed;
			  top: 100px;
			  left: 10px;
			}

			.trained_guess{
			  background-color: grey;
			  color: purple;
			  height: 40px;
			  border: 4px solid #00000;
			  position: fixed;
			  top: 150px;
			  left: 10px;
			}

			.buttontrainthenet{
			  background-color: grey;
			  color: purple;
			  height: 40px;
			  border: 4px solid #00000;
			  position: fixed;
			  top: 200px;
			  left: 10px;
			}

			.demo
			{
			  min-width: 150px;
			  height: 50px;
			  line-height: 50px;
			  text-align: center;
			  border: 1px solid black;
			  position: fixed;
			  top: 250px;
			  left: 10px;
			}