.recipe_split_list{
				width:20%;
				height:100%;
				float:left;
}
.recipe_split_display{
				padding: 0;
				margin: 0;
				width:80%;
				height:100%;
				float:right;
}

.recipe_list{
				padding: 0;
				margin: 0;
				height:100%;
				list-style:none;
				/*border-style:inset;
				border-width:medium;
				border-color: gray;
				*/
				background: linear-gradient(darkgray, gray, lightgray);
}
.recipe_list_element{

}

.recipe_display
{
				padding: 0;
				margin: 0;
				width:100%;
				/*border-style:ridge;
				border-width:medium;
				border-color: black;
				*/
}
.recipe_name
{
				padding: 0;
				margin: 0;
}
.recipe_body
{
				padding: 0;
				margin: 0;
}


@media only screen and (max-device-width: 480px) {
	
.recipe_split_display{
	float: top;
	width:100%;
	height: auto;
	
}
.recipe_display
{
	text-align: center;
	line-height: 2em;
	font-size: 2em;
}

.recipe_split_list{
			width:100%;
			height:auto;
			float:top;
}
.recipe_list_element{
	line-height: 2em;
	text-align: center;
	font-size: 2em;
}

}