#app > div {
  max-width: 640px;
  margin: 0 auto;
}

#app > div > div {
  padding: 12px;
  margin-bottom: 16px;
  border: 1px solid #eeeeee;
  border-radius: 10px;
}

h2 {
  margin-bottom: 16px;
}

h3 {
  font-size: 1rem;
  margin-top: 0;
}

#bottom-nav button.active {
  color: #111111;
  font-weight: 600;
}

input::placeholder,
textarea::placeholder {
  color: #999999;
}
#app input[type="time"] {
  max-width: 140px;
}

#app div > div > input[type="time"] {
  margin-bottom: 8px;
}
