#rsx-cooked_august {
	font-family: "book antiqua", "Baskerville", "Cochin", "Georgia", serif;
	font-size: 10pt;
}

#rsx-cooked_august header {
	position: fixed;
	top: 0;
	left: auto;
	text-align: center;
}

@media (max-width: 450px) {
	#rsx-cooked_august header {
		position: static;
	}
}

@media (max-width: 450px) {
	#rsx-cooked_august header hr {
		visibility: hidden;
		margin: 5px;
	}
}

#rsx-cooked_august hr {
	width: 90%;
	border: 1px solid #e6e6e6;
	border-bottom: none;
	margin: 15px auto;
}

#rsx-cooked_august .RSXCookedAugustHidden {
	display: none !important;
}

#rsx-cooked_august #RSXContainer {
	width: 750px;
	margin: 0 auto;
}

@media (max-width: 450px) {
	#rsx-cooked_august #RSXContainer {
		width: 100%;
	}
}

#rsx-cooked_august #RSXCookedAugustHomeLink img {
	width: 80px;
	height: 80px;
	background: #eeeeee;
}

#rsx-cooked_august #RSXCookedAugustSidebar {
	width: 320px;
	height: 100%;
	position: fixed;
	top: 15px;
	left: auto;
	margin-left: 95px;
	overflow-x: hidden;
	overflow-y: scroll;
}

@media (max-width: 450px) {
	#rsx-cooked_august #RSXCookedAugustSidebar {
		display: none;
	}
}

#rsx-cooked_august .RSXCookedAugustIngredientBrowserGroup {
	margin-top: 15px;
}

#rsx-cooked_august .RSXCookedAugustIngredientBrowserGroup:first-of-type {
	margin-top: 0;
}

#rsx-cooked_august .RSXCookedAugustIngredientBrowserFilter {
	padding: 3px;
	display: inline-block;
	color: #808080;
	font-size: 75%;
	cursor: crosshair;
}

#rsx-cooked_august .RSXCookedAugustIngredientBrowserFilter.RSXCookedAugustIngredientBrowserFilterSelected {
	background: #666666;
	color: white;
}

#rsx-cooked_august .RSXCookedAugustThumbnail {
	height: 32px;
	width: 32px;
	border: 1px solid black;
	box-sizing: border-box;
	float: left;
}

#rsx-cooked_august .RSXCookedAugustThumbnail img {
	height: 32px;
	width: 32px;
}

#rsx-cooked_august #RSXCookedAugustContainer {
	padding: 0 15px;
	margin-left: 415px;
}

@media (min-width: 450px) {
	#rsx-cooked_august #RSXCookedAugustContainer {
		width: 320px;
	}
}

@media (max-width: 450px) {
	#rsx-cooked_august #RSXCookedAugustContainer {
		padding: 0;
	}
}

@media (max-width: 450px) {
	#rsx-cooked_august #RSXCookedAugustContainer {
		margin-left: 0;
	}
}

#rsx-cooked_august #RSXCookedAugustFilterStatus {
	padding: 15px;
	border: 1px solid #cccccc;
	display: block;
	clear: both;
}

#rsx-cooked_august #RSXCookedAugustFilterClearButton {
	cursor: pointer;
}

#rsx-cooked_august #RSXCookedAugustRecipeBrowser.RSXCookedAugustRecipeBrowserLinked .RSXCookedAugustIngredient {
	border-bottom: 1px dashed #b3b3b3;
	cursor: pointer;
}

#rsx-cooked_august .RSXCookedAugustRecipe {
	width: 320px;
	margin: 15px 0;
}

@media (max-width: 450px) {
	#rsx-cooked_august .RSXCookedAugustRecipe {
		width: 100%;
		height: 320px;
	}
}

#rsx-cooked_august .RSXCookedAugustRecipe img {
	width: 100%;
	height: 100%;
}

#rsx-cooked_august .RSXCookedAugustRecipeHovered .RSXCookedAugustRecipeDetails {
	opacity: 0.01;
}

#rsx-cooked_august .RSXCookedAugustRecipeDetails {
	padding: 15px;
	position: relative;
	top: -324px;
	background: #eeeeee;
	background: rgba(255, 255, 255, 0.9);
}

#rsx-cooked_august .RSXCookedAugustRecipeDetails p {
	margin: 0;
	padding-top: 10px;
}

#rsx-cooked_august .RSXCookedAugustRecipeDetails p:first-of-type {
	padding: 0;
}
 