/* OP - 1997 */
form[action*="/reservations"] #box {
	background: #493055;
}

form[action*="/reservations"] .calendar2 a,
form[action*="/reservations"] .next-prev a {
	color: #A8ACB0 !important;
}

form[action*="/reservations"] .calendar2 .next-prev:last-child a:before {
	right: 120px;
}

form[action*="/reservations"] .calendar2 .next-prev:first-child a:after {
	left: 120px;
}
@media (min-width: 601px){
	.reservations .two-items-across .row .col-a {
		max-width: 35%;
		flex: 0 0 35%;
	}
	.reservations .two-items-across .row .col-b {
		max-width: 65%;
		flex: 0 0 65%;
	}
}
@media (max-width: 600px) {
	#headerContainer > p {
		text-align: center;
	}

	#headerContainer > p > img {
		max-width: 90%;
		margin: 0 auto;
	}
}