article {
	font: 16px Verdana, Geneva, sans-serif;
	line-height: 1.6;
	max-width: 980px;
	margin: 0 auto;
	text-align: justify;
}
h1 {
	font: 32px sans-serif;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 30px;
}
h2 {
	font: 24px sans-serif;
	font-weight: bold;
	text-align: left;
	margin-top: 40px;
	margin-left: 60px;
}
.wrapper-center {
	width: 100%;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
table td {
	border: 1px solid black;
	text-align: center;
}

table {
	margin-bottom: 50px;
}
table .no-border {
	border: none;
}
table .number-of-people-text {
	border-top: none;
	border-bottom: none;
}
table .number-of-nights-text {
	border-left: none;
	border-right: none;
}
table .number-of-people-cell {
	border-top: none;
	border-bottom: 3px solid black;
}
table .number-of-nights-cell {
	border-left: none;
	border-right: 3px solid black;
}
