	button {
	width: 100%;
	line-height: 2em;
	}
	#thankyou {
		font-size: 24px;
		font-weight: bold;
		padding: 10px;
		border: 1px solid green;
		background: lightgreen;
		text-align: center;
		display: none;
	}
  