

div.elem-group {
  margin: 20px 0;
}

label {
  display: block;
  font-family: 'Arial, Helvetica, sans-serif';
  padding-bottom: 4px;
  font-size: 1.0em;
}

input, select, textarea {
  border-radius: 2px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 1.0em;
  font-family: 'Aleo';
  width: 500px;
  padding: 8px;
}

textarea {
  height: 100px;
}

button {
  height: 50px;
  background: green;
  color: white;
  border: 2px solid darkgreen;
  font-size: 1.25em;
  font-family: 'Arial, Helvetica, sans-serif';
  border-radius: 4px;
  cursor: pointer;
}

button:hover {
  border: 2px solid black;
}

