#abc-form {
  padding: 1em;
  border: 1px solid #ccc;
  max-width: 400px;
}
#abc-form input, #abc-form select {
  width: 100%;
  margin-bottom: 10px;
}
#abc-result {
  margin-top: 20px;
  padding: 1em;
  background: #f9f9f9;
}
