.er-reservation-form {
  max-width: 500px;
}

.er-reservation-form p {
  margin-bottom: 20px;
}

.er-reservation-form input,
.er-reservation-form textarea {
  width: 100%;
}

.er-equipment-list {
  padding-left: 20px;
}

.er-notice {
  padding: 10px;
  color: #fff;
}

.er-notice-error {
  background-color: rgb(168, 0, 0);
}

.er-notice-success {
  background-color: rgb(0, 100, 0);
}
