/* weeklyhotels searchbox alignment */

#theSearchBox .ArnSearchHolderBoth .ArnStayTable tbody {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5%;

  tr {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: end;

    .ArnRooms,
    .ArnNights {
      min-width: 60px;
    }

    .ArnAdultsChildren {
      width: auto;
    }

    .ArnAcdParent {
      height: 45px;
    }
  }
}

@media screen and (max-width: 1280px) {
  .RootBody .ArnAcdParent {
    position: relative;
    padding: 10px 10px;
    top: 0;
  }

  .RootBody .ArnStayTable td.ArnAdultsChildren {
    width: auto;
  }
}

.RootBody #theSubmitButton {
  margin: 0 auto;
}

.RootBody .ArnPrimarySearchContainer .ArnAdultChildDropdown {
  margin: 0;
  width: 100%;
}

.RootBody #theSearchBox .ArnSearchHolderBoth {
  display: inline-block;
  width: 28%;
}

.RootBody .ArnStayTable td.ArnNights,
.ArnNights {
  display: none;
}


@media screen and (min-width: 1000px) {
    .RootPage #theSearchBox .ArnCitySearchContainer {
        width: 51%;
    }
}

.RootPage #theSearchBox .ArnCheckInContainer {
    width: 20%;
}