.acm-opentable #OT_form {
  width: 100%;
}
.acm-opentable .OT_wrapper {
  background: transparent;
  border: 0;
  border-radius: 0;
  float: none;
  font-family: inherit;
  height: auto;
  width: auto;
}
.acm-opentable .OT_wrapper .OT_header {
  display: none;
}
.acm-opentable .OT_wrapper .OT_list {
  height: auto;
  margin-left: 0;
  margin-right: 0;
  width: auto;
}
.acm-opentable .OT_wrapper .OT_list:before,
.acm-opentable .OT_wrapper .OT_list:after {
  display: table;
  content: " ";
}
.acm-opentable .OT_wrapper .OT_list:after {
  clear: both;
}
.acm-opentable .OT_wrapper .OT_list .OT_day,
.acm-opentable .OT_wrapper .OT_list .OT_time,
.acm-opentable .OT_wrapper .OT_list .OT_party,
.acm-opentable .OT_wrapper .OT_list .OT_submit {
  background: none;
  border: 0;
  height: auto;
  padding: 0 30px 0 0;
  float: left;
  width: 25%;
}
.acm-opentable .OT_wrapper .OT_list .OT_day input,
.acm-opentable .OT_wrapper .OT_list .OT_time input,
.acm-opentable .OT_wrapper .OT_list .OT_party input,
.acm-opentable .OT_wrapper .OT_list .OT_submit input {
  background-color: transparent;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Roboto Mono", sans-serif;
  height: 60px;
  padding: 8px 15px;
  font-size: 14px;
  line-height: 30px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .acm-opentable .OT_wrapper .OT_list .OT_day,
  .acm-opentable .OT_wrapper .OT_list .OT_time,
  .acm-opentable .OT_wrapper .OT_list .OT_party,
  .acm-opentable .OT_wrapper .OT_list .OT_submit {
    width: 50%;
  }
  .acm-opentable .OT_wrapper .OT_list .OT_day,
  .acm-opentable .OT_wrapper .OT_list .OT_time {
    margin-bottom: 30px;
  }
  .acm-opentable .OT_wrapper .OT_list .OT_time {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .acm-opentable .OT_wrapper .OT_list .OT_day,
  .acm-opentable .OT_wrapper .OT_list .OT_time,
  .acm-opentable .OT_wrapper .OT_list .OT_party,
  .acm-opentable .OT_wrapper .OT_list .OT_submit {
    width: 100%;
    padding-right: 0;
  }
  .acm-opentable .OT_wrapper .OT_list .OT_day,
  .acm-opentable .OT_wrapper .OT_list .OT_time,
  .acm-opentable .OT_wrapper .OT_list .OT_party {
    margin-bottom: 30px;
  }
}
.acm-opentable .OT_wrapper .OT_list .OT_day::before,
.acm-opentable .OT_wrapper .OT_list .OT_time::before,
.acm-opentable .OT_wrapper .OT_list .OT_party::before {
  content: "\f117";
  font-family: "Ionicons";
  position: absolute;
  width: 50px;
  text-align: center;
  right: 30px;
  top: 15px;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .acm-opentable .OT_wrapper .OT_list .OT_day::before,
  .acm-opentable .OT_wrapper .OT_list .OT_time::before,
  .acm-opentable .OT_wrapper .OT_list .OT_party::before {
    right: 0;
  }
}
.acm-opentable .OT_wrapper .OT_list .OT_time:before {
  content: "\f3b3";
}
@media (min-width: 768px) and (max-width: 991px) {
  .acm-opentable .OT_wrapper .OT_list .OT_time:before {
    right: 0;
  }
}
.acm-opentable .OT_wrapper .OT_list .OT_party:before {
  content: "\f211";
}
.acm-opentable .OT_wrapper .OT_list .OT_submit {
  padding-right: 0;
}
.acm-opentable .OT_wrapper #OT_timeList,
.acm-opentable .OT_wrapper #OT_partyList {
  left: 0;
  padding: 15px;
  top: 60px;
  width: 187px;
}
.acm-opentable .OT_wrapper #OTButton,
.acm-opentable .OT_wrapper .OTButton {
  width: auto;
}
.acm-opentable .OT_wrapper #OTButton a,
.acm-opentable .OT_wrapper .OTButton a {
  background: #ffffff;
  border: 2px solid;
  height: auto;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Roboto Mono", sans-serif;
  text-shadow: none;
  width: 100%;
  color: #d24a24;
  background-color: #ffffff;
  border-color: #ffffff;
  padding: 13px 20px;
  font-size: 14px;
  line-height: 30px;
  border-radius: 0;
}
.acm-opentable .OT_wrapper #OTButton a:focus,
.acm-opentable .OT_wrapper .OTButton a:focus,
.acm-opentable .OT_wrapper #OTButton a.focus,
.acm-opentable .OT_wrapper .OTButton a.focus {
  color: #d24a24;
  background-color: #e6e6e6;
  border-color: #bfbfbf;
}
.acm-opentable .OT_wrapper #OTButton a:hover,
.acm-opentable .OT_wrapper .OTButton a:hover {
  color: #d24a24;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.acm-opentable .OT_wrapper #OTButton a:active,
.acm-opentable .OT_wrapper .OTButton a:active,
.acm-opentable .OT_wrapper #OTButton a.active,
.acm-opentable .OT_wrapper .OTButton a.active,
.open > .dropdown-toggle.acm-opentable .OT_wrapper #OTButton a,
.open > .dropdown-toggle.acm-opentable .OT_wrapper .OTButton a {
  color: #d24a24;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #e0e0e0;
}
.acm-opentable .OT_wrapper #OTButton a:active:hover,
.acm-opentable .OT_wrapper .OTButton a:active:hover,
.acm-opentable .OT_wrapper #OTButton a.active:hover,
.acm-opentable .OT_wrapper .OTButton a.active:hover,
.open > .dropdown-toggle.acm-opentable .OT_wrapper #OTButton a:hover,
.open > .dropdown-toggle.acm-opentable .OT_wrapper .OTButton a:hover,
.acm-opentable .OT_wrapper #OTButton a:active:focus,
.acm-opentable .OT_wrapper .OTButton a:active:focus,
.acm-opentable .OT_wrapper #OTButton a.active:focus,
.acm-opentable .OT_wrapper .OTButton a.active:focus,
.open > .dropdown-toggle.acm-opentable .OT_wrapper #OTButton a:focus,
.open > .dropdown-toggle.acm-opentable .OT_wrapper .OTButton a:focus,
.acm-opentable .OT_wrapper #OTButton a:active.focus,
.acm-opentable .OT_wrapper .OTButton a:active.focus,
.acm-opentable .OT_wrapper #OTButton a.active.focus,
.acm-opentable .OT_wrapper .OTButton a.active.focus,
.open > .dropdown-toggle.acm-opentable .OT_wrapper #OTButton a.focus,
.open > .dropdown-toggle.acm-opentable .OT_wrapper .OTButton a.focus {
  color: #d24a24;
  background-color: #d4d4d4;
  border-color: #bfbfbf;
}
.acm-opentable .OT_wrapper #OTButton a.disabled:hover,
.acm-opentable .OT_wrapper .OTButton a.disabled:hover,
.acm-opentable .OT_wrapper #OTButton a[disabled]:hover,
.acm-opentable .OT_wrapper .OTButton a[disabled]:hover,
fieldset[disabled] .acm-opentable .OT_wrapper #OTButton a:hover,
fieldset[disabled] .acm-opentable .OT_wrapper .OTButton a:hover,
.acm-opentable .OT_wrapper #OTButton a.disabled:focus,
.acm-opentable .OT_wrapper .OTButton a.disabled:focus,
.acm-opentable .OT_wrapper #OTButton a[disabled]:focus,
.acm-opentable .OT_wrapper .OTButton a[disabled]:focus,
fieldset[disabled] .acm-opentable .OT_wrapper #OTButton a:focus,
fieldset[disabled] .acm-opentable .OT_wrapper .OTButton a:focus,
.acm-opentable .OT_wrapper #OTButton a.disabled.focus,
.acm-opentable .OT_wrapper .OTButton a.disabled.focus,
.acm-opentable .OT_wrapper #OTButton a[disabled].focus,
.acm-opentable .OT_wrapper .OTButton a[disabled].focus,
fieldset[disabled] .acm-opentable .OT_wrapper #OTButton a.focus,
fieldset[disabled] .acm-opentable .OT_wrapper .OTButton a.focus {
  background-color: #ffffff;
  border-color: #ffffff;
}
.acm-opentable .OT_wrapper #OTButton a .badge,
.acm-opentable .OT_wrapper .OTButton a .badge {
  color: #ffffff;
  background-color: #d24a24;
}
#ui-datepicker-div {
  background: #ffffff;
  border-radius: 0;
  width: 187px;
}