.node--type-recipe .field--name-field-featured-image {
	text-align: center;
}

.node--type-recipe .field-group-tabs-wrapper p {
	margin-top: 10px;
	font-size: 13px;
	text-decoration: underline;
}

.node--type-recipe div[class*="ingredients"] {
	float: left;
    width: 290px;
    height: 100%;
    padding-right: 10px;
}

.node--type-recipe .field__label {
	margin-bottom: 15px;
}

.node--type-recipe div[class*="ingredients"] .field__label {
	text-align: center;
}

.node--type-recipe div[class*="directions"] {
    border-left: 1px solid #000;
	float: left;
    padding: 0 0 0 50px;
    max-width: calc(100% - 351px);
}

/* Media Queries */
@media(max-width: 768px){
	.node--type-recipe .field--name-field-featured-image img {
		width: 100%;
		height: 100%;
	}

	.node--type-recipe div[class*="directions"] {
		border-left: 0px;
		padding: 0;
		max-width: 100%;
	}

}