.overnight-page {
	margin-top: 5%;
	margin-bottom: 5%;
}

.overnight-page .judul {
	font-size: 24px;
	text-align: center;
	margin-top: 5%;
}

.overnight-page .desc-overnight {
	text-align: center;
	margin-top: 1%;
	font-size: 26px;
}

.overnight-page .summary-reserve {
	margin-top: 5%;
}

.overnight-page .summary-reserve .booking-detail .nav-tabs {
    text-align:center;
}

.overnight-page .summary-reserve .summary-order {
	border: 1px solid #000000;
}

/* Mobile View */
@media only screen and (min-width: 160px) and (max-width:480px) {
	.overnight-page .judul {
		font-size: 24px;
		text-align: center;
		margin-top: 5%;
	}
	.overnight-page .desc-overnight {
		text-align: center;
		margin-top: 1%;
		font-size: 22px;
	}
}

/* Tablet View */
@media only screen and (min-width: 481px) and (max-width:780px) {
}

/* Dekstop View */
@media only screen and (min-width: 781px) and (max-width: 2400px) {

}