/* Theme child theme css */

.em-booking-form-details {
  width : 100%;
}

.em-booking-form-details > p > label:first-of-type {
  width : 200px;
}

.em-booking-form span.input-group input {
  margin-left : 0px;
}

.em-booking-form span.input-group {
  display     : initial;
  margin-left : 0;
}

.custom_em_table {
  width        : 350px !important;
  margin       : 0 !important;
  border       : 0 !important;
  table-layout : fixed;
}

.custom_em_table td {
  padding : 0;
  border  : 0;
}


@media all and (min-width:769px) {
  .ml_001, 
  .ml_002 {
    width: 130px;
  }
  .ml_003 {
    width: 25px;
  }
  .ml_004 {
    width: 91px;
  }
}

@media all and (max-width:768px) {
  .ml_001, 
  .ml_002 {
    width: 90px;
  }
  .ml_003 {
    width: 25px;
  }
  .ml_004 {
    width: 50px;
  }
}