.recipe-container {
	position: relative;
	width: 60%;
	margin-top: 10px;
	min-height: 500px;
	float: left;
}
.recipe-info {
	position: relative;
	text-align: center;
	min-height: 100px;
	background-color: white;
	width: 39%;
	float: right;
	margin-top: 10px;
	border: 1px solid lightgrey;
	border-radius: 2px;
}
.recipe-info p {
	margin: 10px;
}
.recipe {
	background-color: white;
	text-align: center;
	border: 1px solid lightgrey;
	min-height: 300px;
	border-radius: 2px;
}
.recipe p {
	color: black;
}
.recipe-header {
	margin-top: 10px; 
	font-size: 40px;
}
.recipe-img {
	width: 100%;
}
.recipe-img img {
	margin-bottom: 10px;  
	max-width: 98%; 
	max-height: 80%;
}
.recipe-description {
	margin-left: 10px; 
	margin-right: 10px;
}

.recipe-none {
	font-size: 20px;
	text-align: center;
}