
section {margin-top:3rem;}
section h2 {margin-top:0;}
section img {
	display:block;
	margin:1.5rem auto 0;
	width:90%;
	box-shadow:0px 0px 20px #b8b5a0;
}
section.prices table {margin:1.5rem auto;}
section.prices table th,
section.prices table td {
	border:1px solid #b8b5a0;
	padding:0.5rem 2ch;
}
section.prices table th {color:#888360;background-color:#ddd9d0;}
section.prices table th.blank {background-color:transparent;border-top:none;border-left:none;}
section.prices table td {text-align:right;background-color:#fcf9f4;}
section.contact h2 {margin-bottom:2rem;}
#confirmation {
	background-color:#fcf9f4;
	box-sizing:border-box;
	border-radius:2rem;
	padding:2rem 3rem;
}
#confirmation p {
	font-size:2rem;
	color:#090;
	font-weight:bold;
	margin:0 0 2rem;
}
#confirmation a.btn {
	text-decoration:none;
	font-weight:bold;
}
