body	{border-style: none;
		width: 3in;
		float: left;
		display: block}
.title	{border-style: solid none;
		border-width: thin;
		border-color: gray;
		display: block;
		position: relative;
		width: 100%;
		font-weight: bold;
		font-size: 1.4em;}
.ingredients	{display: inline;
				position: relative;
				left: 5px;}
.ingredients > .ing	{display: inline-block;
					font-weight: bold;}
.ingredients > .ing > div	{display: inline;}
.ingredients > .ing > div:first-child	{text-align: right}
.ingredients > .ing > div:first-child:after	{content: " ";}
.ingredients > .ing > div:first-child + div	{text-align: left;}
.ingredients > .oven	{display: block;
					position: relative;
					text-align: right;
					right: 0;
					bottom: 0;}
.ingredients > .oven:after	{content: "\B0";}
.ingredients > .oven:before	{content: "Oven ";}
.ingredients:after	{content: "\A";
					white-space: pre;}
.directions	{text-indent: 1em;
			display: block;}
.directions > .variant	{font-weight: bold;
						display: inline;}
.directions > .variant:after {content: ":";}