h3 {
	margin: 0;
	padding: 0;
	line-height: 1.6em;
	font-size: 1.3em;
}

#future {
	border: 1px solid #292b68;
	background: #7d0000;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}

#future h3 {
	line-height: 1.1em;
	margin-top: 5px;
}

#future span {
	
}

#images {
	padding: 10px 0 0 50px;
	overflow: hidden;
	background: #FFE9CF;
	border-top: 1px solid #292b68;
}

#future #images div {
	float: left;
	text-align: center;
	font-weight: bold;
	color: #7d0000;
	margin-right: 20px;
}

#future #images div.last {
	margin-right: 0;
}

#future img {
	border: 1px solid #000;
}

#hoverDiv {
	border: 1px solid #7d0000;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	background: #eee;
	padding: 10px;
}

#hoverDiv img {
	border: 1px solid #999;
}

#projects > div {
	margin-bottom: 30px;
}

#projects > div ul {
	margin-top: 10px;
	margin-bottom: 0;
	padding-left: 12px;
}

.price_wrap {
	color: gray;
	margin-top: 15px;
}

.price {
	color: #007d23;
	font-size: 1.3em;
}

#order {
	text-align: center;
}

#order > div {
	display: table;
	margin: 0 auto;
	font-weight: bold;
	text-align: left;
	padding: 16px 22px;
	border: 1px solid #7d0000;
	border-radius: 3px;
	background-color: #fff0f0;
}

.flex {
	display: flex;
}

.flex > div:first-child {
	margin-right: 20px;
}