
#title {
	background-image: url(images/title_bg.jpg);
}

h2.copy {
	color: #0d703f;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.5em;
	margin: 0;
	text-align: center;
}

div.price {
	background-color: white;
	border: 5px solid #d8cb7a;
	border-radius: 10px;
	color: #442b12;
	float: left;
	font-weight: 700;
	padding: 30px 40px 30px 40px;
	width: 550px;
}

div.price h2 {
	border-bottom: 2px dotted #d8cb7a;
	border-top: 2px dotted #d8cb7a;
	font-size: 20px;
	margin: 0 -10px 10px -10px;
	padding: 5px;
}

div.price table {
	border-collapse: separate;
	border-spacing: 0 10px;
}

div.price table th {
	background-color: #442b12;
	border-radius: 50px 0 0 50px;
	color: white;
	padding: 5px 0;
	width: 200px;
}

div.price table td {
	border: 1px solid #442b12;
	border-radius: 0 50px 50px 0;
	color: #442b12;
	font-weight: 700;
	padding: 5px 0;
	text-align: center;
}

div.equipment {
	background-color: white;
	border-radius: 10px;
	color: #442b12;
	float: right;
	font-weight: 700;
	padding: 20px;
	width: 320px;
}

div.equipment h2 {
	border-bottom: 1px solid #d8cb7a;
	font-size: 18px;
	margin-bottom: 10px;
	padding: 5px;
}


div.equipment ul li {
	background-image: url(images/ul_list_li.svg);
}