.date {
	display: block;
	text-align: center;
}

.seasons, .prices {
	border: 1px solid rgb(171, 189, 182);
	border-collapse: collapse;
	color: rgb(43, 111, 65);
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	width: 90%;
}

#daily_pricings td {
	width: 23%;
}

#daily_pricings td:first-child {
	width: auto;
}

#weekly-prices td {
	width: 17%;
}

#weekly-prices td:first-child {
	width: auto;
}

.seasons td {
	width: 25%;
}

.seasons thead tr, .prices thead tr {
	border: 1px solid rgb(171, 189, 182);
}

.seasons caption, .prices caption {
	background-color: rgb(171, 189, 182);
	border: 1px solid rgb(171, 189, 182);
}

.seasons td, .prices td {
	text-align: center;
	border: 1px solid rgb(171, 189, 182);
}

.seasons caption, .prices caption {
	text-align: center;
	font-size: 120%;
	background-color: rgb(142, 163, 160);
	color: white;
}

.seasons th, .prices th {
	color: white;
	background-color: rgb(171, 189, 182);
}

.seasons thead th, .prices thead th {
	text-align: center;
	border-left: 1px solid white;
}

.seasons thead th:first-child, .prices thead th:first-child {
	border-left: none;
}

.seasons tbody th, .prices tbody th {
	border-top: 1px solid white;
}

p.daily_pricings_minimum {
	font-weight: bolder;
	text-align: center;
}

/*.seasons tbody tr:first-child th, .prices tbody tr:first-child th {
	border-top: none;
}*/

dl {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

dt {
	margin-top: 1em;
	font-weight: bolder;
}

dd {
	margin-left: 2em;
}

.two_tables_row {
	display: table-row;
}

.two_tables_cell {
	display: table-cell;
	width: 355px;
	vertical-align: top;
}

.terms {
	margin-top: 40px;
}

