/*LAYOUT*/

.wrapper {
}

.main,.article {
	max-width: 70%;
	max-width: 25em;
	margin: auto;
	margin-top: 100px;
	clear: none;
}
.main {	
	text-align: center;
}
.article {
	text-align: left;
}

header,.title,.firstComment,.ingredients,.secondComment,.directions,.thirdComment,.comment,.lame,.name{
	margin: 20px 10px 20px 10px;

	}
header {
	text-align: center;
	}
.title {
	text-align: center;
	font-weight: bolder;
	font-size: 1.1em;;
}
.firstComment {
	width: auto;
}
/*td*/
.amt {
	width: 5em;
	text-align: right;
	padding-right: 1em;
	}
.unt {
	width: 2.5em;
	text-align: left;
	padding-right: .7em;
}
.item {
	width: auto;
}

.secondComment {
	text-align: center;
}
.directions {
	text-indent: 1em;
}

.comment {
	text-align:center;
	}
.lame {
	text-align: left;
}
.name {
	text-align: right;
}


h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

#bullet ul {
	list-style: circle;
	list-style-position: inside;
}

.normal {
	font-weight: normal;
}
.thirdComment {
}
