.hbw-bewarp,
.bewarp {
	position: relative;
	width: 100%;
	text-align: center;
	z-index: 0;
	bottom: 0;
	border-radius: 6px;
}

.hbw-outerbewrap .bb_resbox,
.bb_resbox {
	width: initial !important;
	display: inline-block;
	text-align: center;
	padding: 10px 10px 20px 10px;
}

.hbw-outerbewrap .bb_resbox label,
.bb_resbox label {
	color: #fff;
	font-size: 14px;
	height: initial;
}

.hbw-outerbewrap .bb_resbox input[type="text"],
.bb_resbox input[type="text"] {
	margin: 0 !important;
	font-size: 14px;
	min-width: 100%;
	line-height: 26px;
	box-sizing: border-box;
	height: initial;
}

.hbw-outerbewrap .bb_resbox select,
.bb_resbox select {
	line-height: 26px;
	height: initial;
}

.hbw-outerbewrap .bb_resbox button.ui-datepicker-trigger,
.bb_resbox button.ui-datepicker-trigger {
	margin: 0;
	padding: 0;
}

.hbw-outerbewrap input[type="button"]#bb_resBtn,
.hbw-outerbewrap input#bb_resBtn,
input[type="button"]#bb_resBtn,
input#bb_resBtn {
	margin-bottom: 0;
	-webkit-appearance: none;
	border-radius: 0;
	line-height: 26px;
	font-weight: bold;
}

.hbw-outerbewrap #bb_resBtn:hover,
#bb_resBtn:hover {
	color: #fff !important;
	background: #cd8a0a !important;
	border: 1px solid #cd8a0a !important;
}

.hbw-outerbewrap .ui-datepicker .ui-datepicker-title select,
.ui-datepicker .ui-datepicker-title select {
	display: inline-block;
	max-width: 76px;
	min-width: 76px;
}

@media only screen and (max-width: 752px) {
	.hbw-bewarp,
	.bewarp {
		position: static;
		min-width: 100%;
	}
}

@media only screen and (max-width: 415px) {
	.hbw-outerbewrap .bb_resbox p,
	.bb_resbox p {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.hbw-outerbewrap .bb_resbox input[type="text"],
	.bb_resbox input[type="text"] {
		width: 100%;
	}
}
