
input[type="text"],
input[type="number"] {
  width:100%;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  font-size: 1.15rem;
  height: 1.5rem;	
}
textarea {
  width: 100%;
  height: 300px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  resize: none;
}

form,
#gn {
	margin-top:20px;
	margin-bottom:20px;
}

input:disabled {
  display:none;
}