.recipe_section {
	background-color: #D9E7FA;
	width: 40%;
	margin-top: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 20px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.recipe_name {
	font-size: 90%;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 10px;
}

h5 {
	margin-left: 25px;
	font-size: 110%;
}

/*Format divisions of show each recipe page*/

#recipe_ingredients {
	//position: absolute;
	//top: 120px;
	//left: 5%;
	width: 25%;
}

#recipe_method {
	position: absolute;
	top: 150px;
	left: 35%;
	width: 45%;
}

#recipe_picture {
	position: absolute;
	top: 120px;
	left: 65%;
	width: 25%;
}

ul.NoBullet {
	font-size: 85%;
 	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

p.caption {
	font-size: 85%;
	font-style:italic;
}	