
* {
	font-family: sans, helvetica, arial;
}

body > div {
	text-align: center;
}

div.sectionHeader {
	text-align: center;
	font-weight: bold;
	margin-bottom: 0.45em;
}

td.recipieList {
	text-align: justify;
}

td.recipieList > div {
	font-size: 0.80em;
}

div.moreRecipies {
	font-size: 0.60em;
	text-align: center;
	margin-top: 0.45em;
	text-decoration: none;
	border-top-style: solid;
	border-top-width: 0.1em;
	border-top-color: #97d239;
	padding-top: 0.50em;
}

div.recipie {
	text-align: left;
	font-size: 0.60em;
}

div.recipieName {
	text-align: center;
	font-weight: bold;
	margin-bottom: 0.45em;
	font-size: 1.2em;
}

div.recipieTime {
	font-size: 1em;
	margin-bottom: 0.45em;
}

div.recipieInstructions {
	margin-top: 0.65em;
}

div.recipieBody {
	border-width: 0.1em;
	border-style: solid;
	border-color: #ca0202;
	background-color: #fff0c8;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

div.recipieSearch {
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
}

div.recipieSearch input[type = "text"] {
	border-style: solid;
	border-width: 0.1em;	
	border-color: #517813;
}

div.searchResult {
	text-align: left;
	font-size: 0.75em;
}

div.searchResult *.recipieName {
	text-align: left;
	color: #ca0202;
}

div.searchResult *.recipieName a {
	text-decoration: none;
	color: #ca0202;
}
