
.base_spirit h4,
.ingredients h3,
.how_to_mix h3{
	display: block;
	height: 50px;
	margin: 0 0 15px 0;
	padding-top: 13px;
	background-color: #3b3b3b;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size:14px;
	
}
.base_spirit,
.ingredients,
.how_to_mix{
	min-height: 525px;
	margin: 15px 0 50px;
	border-left: 1px #e9e8e8 solid;
	border-bottom: 7px solid #ddd;
}

.base_spirit p,
.ingredients p,
.how_to_mix p{
	font-size: .8em;
	
}

.ingredients ul.recipe-items {
	width: 100%;
	padding: 0 25px;
	list-style: none;
	float: left;
	clear: both;
	color: #303030;
}
.ingredients ul.recipe-items li {
	clear: both;
}
.ingredients ul.recipe-items li .amount-measure {
	float: left;
	clear: none;
	width: 38%;
	margin-right: 4%;
	font-size: .8em;
	text-align: left;
	line-height: 20px;
}
