.em-booking {
  border: solid 3px #f3f3f3;
  padding: 30px;
}

#news .em-booking .em-tickets {
  margin-bottom: 50px;
}

#news .em-booking .em-tickets td {
  padding: 1em 0;
}

.em-booking-form-details {
  float: none;
  padding: 0;
  width: auto;
}

.em-booking-form label {
  width: 150px;
}

#news .em-booking-form .input {
  width: calc(100% - 150px);
}

@media (max-width: 767px) {
  #news .em-booking-form .input {
    width: 100%;
  }
}

.em-booking [type="text"],
.em-booking select,
.em-booking textarea {
  font-size: 1em;
  line-height: 26px;
  background-color: white;
  border: 1px solid #d2d2d2;
  padding: 0 12px;
  vertical-align: top;
  padding: 7px 12px;
}

.em-booking [type="text"] {
  width: 494px;
  height: 40px;
}

@media (max-width: 767px) {
  .em-booking select {
    max-width: 100%;
  }
}

.em-booking textarea {
  height: 8em;
}

.em-booking-buttons {
  text-align: center;
}

#news .em-booking-submit {
  width: 321px;
  height: 48px;
  border: none;
  border-radius: 24px;
  font-size: 1em;
  cursor: pointer;
}

@media (max-width: 767px) {
  #news .em-booking-submit {
    width: 100%;
  }
}

/* Individual Style */
body.postid-664 .em-tickets-spaces {
  display: none;
}